Browse Source

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>
lilik-openwrt-22.03
Ansuel Smith 6 years ago
parent
commit
a12f6d57db
No known key found for this signature in database GPG Key ID: AC001D09ADBFEAD7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/nginx/files-luci-support/luci_nginx.conf

+ 1
- 1
net/nginx/files-luci-support/luci_nginx.conf View File

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


Loading…
Cancel
Save