Browse Source

Increase NGINX proxy timeout to 10 minutes (#556)

0.3.5
Luke Childs 4 years ago
committed by GitHub
parent
commit
0bcca18d96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/nginx-sample.conf

2
templates/nginx-sample.conf

@ -10,6 +10,8 @@ events {
http {
access_log /dev/stdout;
proxy_read_timeout 600;
default_type application/octet-stream;
server {

Loading…
Cancel
Save