owncloud: prevent "permission denied" weird errors

This commit is contained in:
Wonderfall 2016-05-12 00:43:12 +02:00
parent ebdf4fab65
commit cf80125a54

View File

@ -23,6 +23,9 @@ http {
tcp_nodelay on;
server_tokens off;
fastcgi_temp_path /tmp/fastcgi 1 2;
client_body_temp_path /tmp/client_body 1 2;
gzip on;
gzip_comp_level 5;
gzip_min_length 512;