From e6e161e4f71ffa1c0c6659e96a15838e0e7dc5c4 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 17 Sep 2016 00:39:11 +0200 Subject: [PATCH] nextcloud: fix again permission errors... --- nextcloud/10.0/nginx.conf | 1 + nextcloud/9.0/nginx.conf | 1 + nextcloud/daily/nginx.conf | 1 + 3 files changed, 3 insertions(+) diff --git a/nextcloud/10.0/nginx.conf b/nextcloud/10.0/nginx.conf index 2abf1d6..8b6c595 100644 --- a/nextcloud/10.0/nginx.conf +++ b/nextcloud/10.0/nginx.conf @@ -26,6 +26,7 @@ http { client_body_temp_path /tmp/client_body 1 2; proxy_temp_path /tmp/proxy 1 2; uwsgi_temp_path /tmp/uwsgi 1 2; + scgi_temp_path /tmp/scgi 1 2; gzip on; gzip_comp_level 5; diff --git a/nextcloud/9.0/nginx.conf b/nextcloud/9.0/nginx.conf index 2abf1d6..8b6c595 100644 --- a/nextcloud/9.0/nginx.conf +++ b/nextcloud/9.0/nginx.conf @@ -26,6 +26,7 @@ http { client_body_temp_path /tmp/client_body 1 2; proxy_temp_path /tmp/proxy 1 2; uwsgi_temp_path /tmp/uwsgi 1 2; + scgi_temp_path /tmp/scgi 1 2; gzip on; gzip_comp_level 5; diff --git a/nextcloud/daily/nginx.conf b/nextcloud/daily/nginx.conf index 2abf1d6..8b6c595 100644 --- a/nextcloud/daily/nginx.conf +++ b/nextcloud/daily/nginx.conf @@ -26,6 +26,7 @@ http { client_body_temp_path /tmp/client_body 1 2; proxy_temp_path /tmp/proxy 1 2; uwsgi_temp_path /tmp/uwsgi 1 2; + scgi_temp_path /tmp/scgi 1 2; gzip on; gzip_comp_level 5;