Bugfix - added "nogroup" and added closing bracket
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
user nobody;
|
user nobody nogroup;
|
||||||
worker_processes 5; ## Default: 1
|
worker_processes 5; ## Default: 1
|
||||||
worker_rlimit_nofile 8192;
|
worker_rlimit_nofile 8192;
|
||||||
|
|
||||||
@@ -22,4 +22,5 @@ http {
|
|||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user