From 66ec02129150e434d82820dcefafbf8229cbf92b Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 19 May 2018 00:54:48 -0700 Subject: [PATCH] All good MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … final edits. --- examples/nginx.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/nginx.conf b/examples/nginx.conf index 02a427b5..405290b1 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -2,13 +2,8 @@ worker_processes 1; user nobody nogroup; # 'user nobody nobody;' for systems with 'nobody' as a group instead -error_log /var/log/nginx/error.log warn; # Ubuntu 16.04 + Nginx 1.14 -pid /var/run/nginx.pid; # Ubuntu 16.04 + Nginx 1.14 - -# On some systems, these settings are preferred -# pid /tmp/nginx.pid; -# error_log /tmp/nginx.error.log; - +error_log /var/log/nginx/error.log warn; +pid /var/run/nginx.pid; events { worker_connections 1024; # increase if you have lots of clients