Spaces:
Sleeping
Sleeping
Update conf/nginx.conf
Browse files- conf/nginx.conf +2 -0
conf/nginx.conf
CHANGED
|
@@ -8,6 +8,8 @@ worker_processes 1;
|
|
| 8 |
#pid logs/nginx.pid;
|
| 9 |
pid /tmp/nginx.pid;
|
| 10 |
|
|
|
|
|
|
|
| 11 |
|
| 12 |
events {
|
| 13 |
worker_connections 1024;
|
|
|
|
| 8 |
#pid logs/nginx.pid;
|
| 9 |
pid /tmp/nginx.pid;
|
| 10 |
|
| 11 |
+
client_body_temp_path /tmp/nginx/client_temp
|
| 12 |
+
|
| 13 |
|
| 14 |
events {
|
| 15 |
worker_connections 1024;
|