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;
|
||||||
|
|
||||||
@@ -23,3 +23,4 @@ http {
|
|||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user