From 526598c63a5aaf410148e6937b33e5b3421b960a Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Mon, 8 May 2023 13:45:32 +0530 Subject: [PATCH] nginx: add missing include into template --- net/nginx-util/files/uci.conf.template | 1 + 1 file changed, 1 insertion(+) 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;