diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-02 10:44:05 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-02 10:44:05 +0200 |
| commit | c96cba070566ab4703504591a413b9c1e5106f3a (patch) | |
| tree | 34d3b440a0abefac2d3919aee4690c1ea1f704e5 /install/nginx.conf.template | |
| parent | 0f03de06a49675ef16cf5ed0a297524554e06525 (diff) | |
| parent | 4190b4a7dc03c0b9f1ca4113b4d0706c1bfffa19 (diff) | |
| download | Ishtar-c96cba070566ab4703504591a413b9c1e5106f3a.tar.bz2 Ishtar-c96cba070566ab4703504591a413b9c1e5106f3a.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'install/nginx.conf.template')
| -rw-r--r-- | install/nginx.conf.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/nginx.conf.template b/install/nginx.conf.template index a65ce652c..9711ac261 100644 --- a/install/nginx.conf.template +++ b/install/nginx.conf.template @@ -29,6 +29,8 @@ server { location / { include uwsgi_params; uwsgi_pass 127.0.0.1:#UWSGI_PORT#; + uwsgi_read_timeout 1800; + uwsgi_send_timeout 600; } } |
