Use consistent style in nginx.conf

This commit is contained in:
Randall Leeds 2018-06-17 13:19:42 -07:00
parent 101f2da922
commit 7891310d80

View File

@ -3,7 +3,7 @@ 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;
pid /var/run/nginx.pid;
pid /var/run/nginx.pid;
events {
worker_connections 1024; # increase if you have lots of clients