From e69d97e7ed58bb753cc89b0b8bf9a671b9dde296 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sun, 29 Mar 2020 15:02:47 +0200 Subject: Revert "moved socket file and nginx pid to /tmpfs" This reverts commit 4731cf86b1a1a380235948cc82b2ee5fbd35f11d. --- config/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/nginx.conf') diff --git a/config/nginx.conf b/config/nginx.conf index 385f28f..bd4770b 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -1,5 +1,5 @@ worker_processes auto; -pid /tmpfs/nginx.pid; +pid /tmp/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events { @@ -13,6 +13,7 @@ http { # Basic Settings ## + sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; -- cgit v1.3