mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
resolve nginx permissions problems
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user