Use /run temp paths for nginx
This commit is contained in:
@@ -8,6 +8,11 @@ events {
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
client_body_temp_path /run/nginx/client_body;
|
||||
proxy_temp_path /run/nginx/proxy_temp;
|
||||
fastcgi_temp_path /run/nginx/fastcgi_temp;
|
||||
uwsgi_temp_path /run/nginx/uwsgi_temp;
|
||||
scgi_temp_path /run/nginx/scgi_temp;
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
||||
Reference in New Issue
Block a user