mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +00:00
resolve nginx permissions problems
This commit is contained in:
parent
e3061f4d3f
commit
167b831c59
@ -15,9 +15,7 @@ http {
|
|||||||
access_log off;
|
access_log off;
|
||||||
error_log /var/log/nginx/error.log error;
|
error_log /var/log/nginx/error.log error;
|
||||||
|
|
||||||
client_body_temp_path /tmp 1 2;
|
fastcgi_temp_path /tmp 1 2;
|
||||||
client_body_buffer_size 256k;
|
|
||||||
client_body_in_file_only off;
|
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 15;
|
keepalive_timeout 15;
|
||||||
|
@ -15,7 +15,7 @@ http {
|
|||||||
access_log /var/log/nginx/access.log combined;
|
access_log /var/log/nginx/access.log combined;
|
||||||
error_log /var/log/nginx/error.log error;
|
error_log /var/log/nginx/error.log error;
|
||||||
|
|
||||||
client_body_temp_path /tmp 1 2;
|
fastcgi_temp_path /tmp 1 2;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 15;
|
keepalive_timeout 15;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user