mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
owncloud: prevent "permission denied" weird errors
This commit is contained in:
parent
ebdf4fab65
commit
cf80125a54
@ -23,6 +23,9 @@ http {
|
|||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
|
||||||
|
fastcgi_temp_path /tmp/fastcgi 1 2;
|
||||||
|
client_body_temp_path /tmp/client_body 1 2;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_comp_level 5;
|
gzip_comp_level 5;
|
||||||
gzip_min_length 512;
|
gzip_min_length 512;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user