sanch1tx commited on
Commit
7d39654
·
verified ·
1 Parent(s): a340668

Update nginx.conf

Browse files
Files changed (1) hide show
  1. 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;