Increase nginx timeouts

This commit is contained in:
Eric Helgeson 2021-05-13 12:48:11 -05:00
parent ffc9c36456
commit 968d34bb14

View File

@ -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 {