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
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -1,5 +1,5 @@
user root;
user nobody nogroup;
worker_processes 1;
#error_log logs/error.log;