nextcloud: fix nginx permission denied error

This commit is contained in:
Wonderfall 2016-09-16 23:41:57 +02:00
parent e057052b0e
commit 2063551107
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ http {
fastcgi_temp_path /tmp/fastcgi 1 2;
client_body_temp_path /tmp/client_body 1 2;
proxy_temp_path /tmp/proxy 1 2;
uwsgi_temp_path /tmp/uwsgi 1 2;
gzip on;
gzip_comp_level 5;

View File

@ -25,6 +25,7 @@ http {
fastcgi_temp_path /tmp/fastcgi 1 2;
client_body_temp_path /tmp/client_body 1 2;
proxy_temp_path /tmp/proxy 1 2;
uwsgi_temp_path /tmp/uwsgi 1 2;
gzip on;
gzip_comp_level 5;

View File

@ -25,6 +25,7 @@ http {
fastcgi_temp_path /tmp/fastcgi 1 2;
client_body_temp_path /tmp/client_body 1 2;
proxy_temp_path /tmp/proxy 1 2;
uwsgi_temp_path /tmp/uwsgi 1 2;
gzip on;
gzip_comp_level 5;