Browse Source
Merge pull request #6514 from Ansuel/nginx_root
nginx: change default user for luci conf
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
net/nginx/files-luci-support/luci_nginx.conf
|
@ -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; |
|
|