Spaces:
Running
Running
Commit ·
1278eaa
1
Parent(s): e699b4b
RXP
Browse files- nginx.conf +4 -2
nginx.conf
CHANGED
|
@@ -7,8 +7,10 @@ events { worker_connections 1024; }
|
|
| 7 |
|
| 8 |
http {
|
| 9 |
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
| 12 |
|
| 13 |
include /etc/nginx/mime.types;
|
| 14 |
default_type application/octet-stream;
|
|
|
|
| 7 |
|
| 8 |
http {
|
| 9 |
|
| 10 |
+
client_body_temp_path /tmp/client_body;
|
| 11 |
+
proxy_temp_path /tmp/proxy_temp;
|
| 12 |
+
fastcgi_temp_path /tmp/fastcgi_temp;
|
| 13 |
+
|
| 14 |
|
| 15 |
include /etc/nginx/mime.types;
|
| 16 |
default_type application/octet-stream;
|