diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-01-01 16:19:27 +0100 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2020-01-01 16:19:27 +0100 |
commit | 1f0f76098294945f08b9a00483d80cf84d84db57 (patch) | |
tree | 42ccb560cf69c6fbf327352db457a08edd90a479 /net/nginx/files-luci-support | |
parent | 166b3032a1aa7c7b859160399eebe43766324631 (diff) |
nginx: change luci dependency and fix luci nossl
Luci nginx config file for non ssl varian had user as nobody nogroup. This cause some problem with ubus use.
Luci file support package depends on uwsgi-cgi. As this package will be renamed shortly to a more generic version, make the subpackage depends on the uwsgi subpackage only.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'net/nginx/files-luci-support')
-rw-r--r-- | net/nginx/files-luci-support/luci_nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nginx/files-luci-support/luci_nginx.conf b/net/nginx/files-luci-support/luci_nginx.conf index 5b0f3da0a..75f0f78a6 100644 --- a/net/nginx/files-luci-support/luci_nginx.conf +++ b/net/nginx/files-luci-support/luci_nginx.conf @@ -1,5 +1,5 @@ -user nobody nogroup; +user root; worker_processes 1; #error_log logs/error.log; |