diff options
Diffstat (limited to 'net/nginx/files-luci-support')
-rw-r--r-- | net/nginx/files-luci-support/luci_nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nginx/files-luci-support/luci_nginx.conf b/net/nginx/files-luci-support/luci_nginx.conf index 5b0f3da0a..75f0f78a6 100644 --- a/net/nginx/files-luci-support/luci_nginx.conf +++ b/net/nginx/files-luci-support/luci_nginx.conf @@ -1,5 +1,5 @@ -user nobody nogroup; +user root; worker_processes 1; #error_log logs/error.log; |