Bugfix - added "nogroup" and added closing bracket

This commit is contained in:
William Miceli
2020-04-29 14:37:37 -04:00
parent 5fb32da522
commit 976837712e

View File

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