mirror of
https://github.com/demostf/proxy
synced 2026-06-03 20:14:07 +02:00
increase proxy timeout
This commit is contained in:
parent
26d7d981c7
commit
a063683df9
1 changed files with 4 additions and 4 deletions
|
|
@ -7,10 +7,10 @@ server {
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://${TARGET};
|
proxy_pass http://${TARGET};
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_connect_timeout 600;
|
proxy_connect_timeout 6000;
|
||||||
proxy_send_timeout 600;
|
proxy_send_timeout 6000;
|
||||||
proxy_read_timeout 600;
|
proxy_read_timeout 6000;
|
||||||
send_timeout 600;
|
send_timeout 6000;
|
||||||
client_max_body_size 100M;
|
client_max_body_size 100M;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue