smart tdee

This commit is contained in:
2026-06-16 04:38:23 +00:00
parent f2e98942ff
commit a3f01cd850
56 changed files with 2519 additions and 591 deletions
+4
View File
@@ -4,6 +4,9 @@ server {
root /usr/share/nginx/html;
index index.html;
# Скриншоты (до VISION_MAX_IMAGES штук) — иначе 413 от nginx в контейнере
client_max_body_size 128m;
location /api/ {
proxy_pass http://backend:8080;
proxy_http_version 1.1;
@@ -16,6 +19,7 @@ server {
proxy_connect_timeout 60s;
proxy_send_timeout 300s;
proxy_read_timeout 300s;
client_max_body_size 128m;
}
location / {