diff --git a/net/nginx-util/files/uci.conf.template b/net/nginx-util/files/uci.conf.template index 406ddb4cc..ac36b1457 100644 --- a/net/nginx-util/files/uci.conf.template +++ b/net/nginx-util/files/uci.conf.template @@ -3,6 +3,7 @@ # For details see: https://openwrt.org/docs/guide-user/services/webserver/nginx worker_processes auto; +include module.d/*.module; user root;