mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
resolve random permissions problems occuring with nginx, leading to fatal erorrs
This commit is contained in:
@ -14,6 +14,10 @@ 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;
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 15;
|
||||
|
Reference in New Issue
Block a user