diff --git a/examples/nginx.conf b/examples/nginx.conf index 6e361d06..c27c8d3f 100644 --- a/examples/nginx.conf +++ b/examples/nginx.conf @@ -10,7 +10,7 @@ worker_processes 1; user nobody nogroup; # for systems with a "nogroup" # user nobody nobody; # for systems with "nobody" as a group instead -# Feel free to change all paths to suite your needs here, of course +# Feel free to change all paths to suit your needs here, of course pid /tmp/nginx.pid; error_log /tmp/nginx.error.log;