Spaces:
Running
Running
Commit ·
df35134
1
Parent(s): 15406ff
RXP
Browse files- nginx.conf +8 -0
nginx.conf
CHANGED
|
@@ -11,6 +11,14 @@ http {
|
|
| 11 |
uwsgi_temp_path /tmp/uwsgi_temp 1 2;
|
| 12 |
scgi_temp_path /tmp/scgi_temp 1 2;
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
include /etc/nginx/mime.types;
|
| 16 |
default_type application/octet-stream;
|
|
|
|
| 11 |
uwsgi_temp_path /tmp/uwsgi_temp 1 2;
|
| 12 |
scgi_temp_path /tmp/scgi_temp 1 2;
|
| 13 |
|
| 14 |
+
client_body_timeout 36000s;
|
| 15 |
+
client_header_timeout 36000s;
|
| 16 |
+
send_timeout 36000s;
|
| 17 |
+
keepalive_timeout 36000s;
|
| 18 |
+
|
| 19 |
+
proxy_connect_timeout 36000s;
|
| 20 |
+
proxy_read_timeout 36000s;
|
| 21 |
+
proxy_send_timeout 36000s;
|
| 22 |
|
| 23 |
include /etc/nginx/mime.types;
|
| 24 |
default_type application/octet-stream;
|