nginx: change default user for luci conf
authorAnsuel Smith <redacted>
Wed, 18 Jul 2018 02:01:54 +0000 (04:01 +0200)
committerAnsuel Smith <redacted>
Wed, 18 Jul 2018 02:01:54 +0000 (04:01 +0200)
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 <redacted>
net/nginx/files-luci-support/luci_nginx.conf

index 78f916b04f128932f557fa686c94e13af0bf2458..53d4ab6c7fb7f1bbd30500705d8f0051f25602a6 100644 (file)
@@ -1,5 +1,5 @@
 
-user  root;
+user nobody nogroup;
 worker_processes  1;
 
 #error_log  logs/error.log;
git clone https://git.99rst.org/PROJECT