mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-18 21:07:52 +00:00
Increase nginx timeouts
This commit is contained in:
parent
ffc9c36456
commit
968d34bb14
@ -5,7 +5,11 @@ server {
|
||||
proxy_pass http://localhost:8080;
|
||||
}
|
||||
|
||||
# Large files
|
||||
client_max_body_size 0;
|
||||
proxy_read_timeout 1000;
|
||||
proxy_connect_timeout 1000;
|
||||
proxy_send_timeout 1000;
|
||||
|
||||
error_page 502 /502.html;
|
||||
location = /502.html {
|
||||
|
Loading…
Reference in New Issue
Block a user