mirror of
https://git.myvelabs.com/lab/nginx.git
synced 2025-12-17 21:26:13 +00:00
Update proxy_params
This commit is contained in:
parent
2a57f40199
commit
8debf0be2c
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ proxy_set_header X-Real-IP $remote_addr;
|
|||
proxy_set_header Accept-Encoding "";
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_next_upstream error timeout;
|
||||
|
||||
client_body_buffer_size 512k;
|
||||
proxy_read_timeout 86400s;
|
||||
client_max_body_size 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue