mirror of
https://github.com/demostf/proxy
synced 2026-06-03 12:04:07 +02:00
larger sizes and longer timeouts
This commit is contained in:
parent
a063683df9
commit
6596ffcc0e
1 changed files with 4 additions and 4 deletions
|
|
@ -8,9 +8,9 @@ server {
|
||||||
proxy_pass http://${TARGET};
|
proxy_pass http://${TARGET};
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_connect_timeout 6000;
|
proxy_connect_timeout 6000;
|
||||||
proxy_send_timeout 6000;
|
proxy_send_timeout 12000;
|
||||||
proxy_read_timeout 6000;
|
proxy_read_timeout 12000;
|
||||||
send_timeout 6000;
|
send_timeout 12000;
|
||||||
client_max_body_size 100M;
|
client_max_body_size 150M;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue