diff --git a/examples/nginx.conf b/examples/nginx.conf index b06cccf8..4b16be18 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -4,6 +4,9 @@ user nobody nogroup; # 'user nobody nobody;' for systems with 'nobody' as a group instead pid /tmp/nginx.pid; error_log /tmp/nginx.error.log; +# error_log /var/log/nginx/error.log warn; # Ubuntu 16.04 + 1.14 +# pid /var/run/nginx.pid; # Ubuntu 16.04 + 1.14 + events { worker_connections 1024; # increase if you have lots of clients