resolve nginx permissions problems

This commit is contained in:
Wonderfall 2016-05-02 00:21:09 +02:00
parent e3061f4d3f
commit 167b831c59
2 changed files with 3 additions and 5 deletions

View File

@ -15,9 +15,7 @@ http {
access_log off;
error_log /var/log/nginx/error.log error;
client_body_temp_path /tmp 1 2;
client_body_buffer_size 256k;
client_body_in_file_only off;
fastcgi_temp_path /tmp 1 2;
sendfile on;
keepalive_timeout 15;

View File

@ -15,7 +15,7 @@ http {
access_log /var/log/nginx/access.log combined;
error_log /var/log/nginx/error.log error;
client_body_temp_path /tmp 1 2;
fastcgi_temp_path /tmp 1 2;
sendfile on;
keepalive_timeout 15;