mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
resolve random permissions problems occuring with nginx, leading to fatal erorrs
This commit is contained in:
parent
7f464329c3
commit
873ce86f41
@ -15,6 +15,10 @@ 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;
|
||||||
|
client_body_buffer_size 256k;
|
||||||
|
client_body_in_file_only off;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 15;
|
keepalive_timeout 15;
|
||||||
keepalive_disable msie6;
|
keepalive_disable msie6;
|
||||||
|
@ -15,6 +15,8 @@ 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;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
keepalive_timeout 15;
|
keepalive_timeout 15;
|
||||||
keepalive_disable msie6;
|
keepalive_disable msie6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user