shiveshnavin commited on
Commit
1278eaa
·
1 Parent(s): e699b4b
Files changed (1) hide show
  1. nginx.conf +4 -2
nginx.conf CHANGED
@@ -7,8 +7,10 @@ events { worker_connections 1024; }
7
 
8
  http {
9
 
10
- RUN mkdir -p /tmp/client_body /tmp/proxy_temp /tmp/fastcgi_temp /tmp/uwsgi_temp /tmp/scgi_temp \
11
- && chmod -R 777 /tmp
 
 
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;