update config example

This commit is contained in:
hrupi 2024-09-04 08:47:26 +03:00
parent 1898a7b088
commit 4e9a06fbcb
1 changed files with 3 additions and 4 deletions

View File

@ -24,14 +24,13 @@ server {
location / {
proxy_pass $proxy_value;
proxy_redirect off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_buffering off;
client_max_body_size 0;
proxy_buffering off;
client_max_body_size 0;
proxy_connect_timeout 3600s;
proxy_read_timeout 3600s;
proxy_send_timeout 3600s;
send_timeout 3600s;
}
}
}