From f5dac5c48faddd540484a4cd0ba577588d8d3ef0 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 18 Sep 2016 02:14:17 +0200 Subject: [PATCH] fix #37 --- lychee/nginx.conf | 2 +- nextcloud/10.0/nginx.conf | 2 +- nextcloud/9.0/nginx.conf | 2 +- nextcloud/daily/nginx.conf | 2 +- piwik/nginx.conf | 2 +- piwik/supervisord.conf | 8 -------- privatebin/nginx.conf | 2 +- rainloop/nginx.conf | 2 +- 8 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 piwik/supervisord.conf diff --git a/lychee/nginx.conf b/lychee/nginx.conf index 64ebeb09..31c7bf8c 100644 --- a/lychee/nginx.conf +++ b/lychee/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; sendfile on; keepalive_timeout 15; diff --git a/nextcloud/10.0/nginx.conf b/nextcloud/10.0/nginx.conf index 8b6c5954..623e8b1b 100644 --- a/nextcloud/10.0/nginx.conf +++ b/nextcloud/10.0/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; sendfile on; keepalive_timeout 15; diff --git a/nextcloud/9.0/nginx.conf b/nextcloud/9.0/nginx.conf index 8b6c5954..623e8b1b 100644 --- a/nextcloud/9.0/nginx.conf +++ b/nextcloud/9.0/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; sendfile on; keepalive_timeout 15; diff --git a/nextcloud/daily/nginx.conf b/nextcloud/daily/nginx.conf index 8b6c5954..623e8b1b 100644 --- a/nextcloud/daily/nginx.conf +++ b/nextcloud/daily/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; sendfile on; keepalive_timeout 15; diff --git a/piwik/nginx.conf b/piwik/nginx.conf index 6043acca..887e886e 100644 --- a/piwik/nginx.conf +++ b/piwik/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; fastcgi_temp_path /tmp/fastcgi 1 2; client_body_temp_path /tmp/client_body 1 2; diff --git a/piwik/supervisord.conf b/piwik/supervisord.conf deleted file mode 100644 index f2cd4b12..00000000 --- a/piwik/supervisord.conf +++ /dev/null @@ -1,8 +0,0 @@ -[supervisord] -nodaemon=true - -[program:php-fpm] -command=php-fpm7 - -[program:nginx] -command=nginx diff --git a/privatebin/nginx.conf b/privatebin/nginx.conf index 390ceed6..d827e50e 100644 --- a/privatebin/nginx.conf +++ b/privatebin/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; sendfile on; keepalive_timeout 15; diff --git a/rainloop/nginx.conf b/rainloop/nginx.conf index 1b29c1bb..803b509b 100644 --- a/rainloop/nginx.conf +++ b/rainloop/nginx.conf @@ -12,7 +12,7 @@ http { default_type application/octet-stream; access_log off; - error_log /var/log/nginx/error.log error; + error_log /tmp/ngx_error.log error; sendfile on; keepalive_timeout 15;