From a12f6d57db4ce94c26d2e0541a6d43e5dd4ba122 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Wed, 18 Jul 2018 04:01:54 +0200 Subject: nginx: change default user for luci conf Currently the nginx user for the default luci config is root... This is dangerous and unnecessary, reset it back to nobody nogroup. Signed-off-by: Ansuel Smith --- net/nginx/files-luci-support/luci_nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/nginx') diff --git a/net/nginx/files-luci-support/luci_nginx.conf b/net/nginx/files-luci-support/luci_nginx.conf index 78f916b04..53d4ab6c7 100644 --- a/net/nginx/files-luci-support/luci_nginx.conf +++ b/net/nginx/files-luci-support/luci_nginx.conf @@ -1,5 +1,5 @@ -user root; +user nobody nogroup; worker_processes 1; #error_log logs/error.log; -- cgit v1.2.3