… final edits.
This commit is contained in:
Patrick 2018-05-19 00:54:48 -07:00 committed by GitHub
parent a80052e66a
commit 66ec021291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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