From 7891310d806d973801f744e9c100263afd48d55f Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Sun, 17 Jun 2018 13:19:42 -0700 Subject: [PATCH] Use consistent style in nginx.conf --- examples/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nginx.conf b/examples/nginx.conf index 405290b1..40e793e9 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -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