fix clean deployment nginx configuration

This commit is contained in:
2026-07-28 18:01:29 -05:00
parent 941ef0691f
commit 48f7dad599
6 changed files with 102 additions and 3 deletions
@@ -3,7 +3,6 @@ server_tokens off;
reset_timedout_connection on;
client_header_timeout 15s;
client_body_timeout 60s;
keepalive_timeout 30s;
send_timeout 60s;
limit_conn_zone $binary_remote_addr zone=per_address_connections:10m;