Spaces:
Paused
Paused
Update nginx.conf
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
|
@@ -4,6 +4,7 @@ http {
|
|
| 4 |
include mime.types;
|
| 5 |
default_type application/octet-stream;
|
| 6 |
|
|
|
|
| 7 |
client_body_temp_path /tmp/client_body_temp;
|
| 8 |
proxy_temp_path /tmp/proxy_temp;
|
| 9 |
fastcgi_temp_path /tmp/fastcgi_temp;
|
|
|
|
| 4 |
include mime.types;
|
| 5 |
default_type application/octet-stream;
|
| 6 |
|
| 7 |
+
# Use /tmp for temp files to avoid permission errors
|
| 8 |
client_body_temp_path /tmp/client_body_temp;
|
| 9 |
proxy_temp_path /tmp/proxy_temp;
|
| 10 |
fastcgi_temp_path /tmp/fastcgi_temp;
|