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 <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2018-07-18 04:01:54 +02:00
parent 9b327f8199
commit a12f6d57db
+1 -1
View File
@@ -1,5 +1,5 @@
user root; user nobody nogroup;
worker_processes 1; worker_processes 1;
#error_log logs/error.log; #error_log logs/error.log;