allow to run as non-root (#246)

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2023-04-24 11:35:05 +02:00
parent ec29d4ce8d
commit 9ca59b9a38
10 changed files with 129 additions and 79 deletions

View File

@@ -1,4 +1,3 @@
user root;
daemon off;
pcre_jit on;
worker_processes auto;
@@ -101,7 +100,7 @@ http {
include fastcgi.conf;
include conf.d/include/ip_ranges.conf;
include /data/nginx/ip_ranges.conf;
include /data/nginx/default.conf;
include conf.d/*.conf;