git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9b327f8
)
nginx: change default user for luci conf
author
Ansuel Smith
<redacted>
Wed, 18 Jul 2018 02:01:54 +0000
(
04:01
+0200)
committer
Ansuel 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
patch
|
blob
|
history
diff --git
a/net/nginx/files-luci-support/luci_nginx.conf
b/net/nginx/files-luci-support/luci_nginx.conf
index 78f916b04f128932f557fa686c94e13af0bf2458..53d4ab6c7fb7f1bbd30500705d8f0051f25602a6 100644
(file)
--- 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;
git clone https://git.99rst.org/PROJECT