mirror of
https://git.myvelabs.com/lab/nginx.git
synced 2025-12-17 18:26:13 +00:00
Update proxy_params
This commit is contained in:
parent
151b8d5886
commit
10b8562aa3
1 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,13 @@ proxy_set_header X-Real-IP $remote_addr;
|
|||
proxy_set_header Accept-Encoding "";
|
||||
proxy_set_header Host $host;
|
||||
|
||||
proxy_next_upstream error timeout;
|
||||
proxy_set_header Early-Data $ssl_early_data;
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
|
||||
proxy_next_upstream error timeout invalid_header http_500;
|
||||
proxy_next_upstream_timeout 3s;
|
||||
proxy_next_upstream_tries 2;
|
||||
|
||||
client_body_buffer_size 512k;
|
||||
proxy_read_timeout 86400s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue