Update nginx config

This commit is contained in:
Ajay Ramachandran
2022-02-16 02:27:04 +01:00
parent 50d8c5f105
commit 0e8b6eb506
2 changed files with 18 additions and 18 deletions

View File

@@ -5,8 +5,8 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Connection "";
client_max_body_size 10m;
client_body_buffer_size 128k;
proxy_connect_timeout 10;
proxy_send_timeout 10;
proxy_read_timeout 10;
#proxy_connect_timeout 10;
#proxy_send_timeout 10;
#proxy_read_timeout 10;
proxy_buffers 32 4k;
proxy_http_version 1.1;
proxy_http_version 1.1;