nginx-fix

This commit is contained in:
2025-08-01 12:16:34 +03:00
parent 7118f7c523
commit 162e83888e

View File

@@ -28,7 +28,6 @@ server {
keepalive_timeout 70;
keepalive_requests 500;
proxy_read_timeout 3600;
limit_conn addr 10000;
client_max_body_size 100M;
{{ end }}