Обновление 1.0

This commit is contained in:
brusnitsyn
2025-12-29 17:08:26 +09:00
parent c5c1a2b3e1
commit 56be95caa4
9 changed files with 191 additions and 66 deletions

View File

@@ -40,7 +40,7 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
keepalive_timeout 75;
keepalive_requests 100;
types_hash_max_size 2048;
server_tokens off;
@@ -49,7 +49,7 @@ http {
client_body_timeout 12;
client_header_timeout 12;
send_timeout 10;
send_timeout 30;
reset_timedout_connection on;
client_header_buffer_size 1k;