diff options
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ events { - worker_connections 1000; + worker_connections 2000; } http { @@ -16,6 +16,7 @@ http { location / { proxy_pass http://api; + proxy_read_timeout 30; } } } |