Update the nginx config to allow for super long pushes.
This commit is contained in:
parent
deb756ea34
commit
605db52c84
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ http {
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|
||||||
proxy_pass http://app_server;
|
proxy_pass http://app_server;
|
||||||
|
proxy_read_timeout 2000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue