diff --git a/templates/Nginx/Examples/SimpleStatic/nginx.conf b/templates/Nginx/Examples/SimpleStatic/nginx.conf index c287728..1316e93 100644 --- a/templates/Nginx/Examples/SimpleStatic/nginx.conf +++ b/templates/Nginx/Examples/SimpleStatic/nginx.conf @@ -1,4 +1,4 @@ -user nobody; +user nobody nogroup; worker_processes 5; ## Default: 1 worker_rlimit_nofile 8192; @@ -22,4 +22,5 @@ http { location / { root /usr/share/nginx/html; } + } } \ No newline at end of file