diff --git a/net/nginx-util/Makefile b/net/nginx-util/Makefile index 2ff4da194..52cdbb4ea 100644 --- a/net/nginx-util/Makefile +++ b/net/nginx-util/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx-util PKG_VERSION:=1.6 -PKG_RELEASE:=15 +PKG_RELEASE:=16 PKG_MAINTAINER:=Peter Stadler include $(INCLUDE_DIR)/package.mk @@ -67,6 +67,8 @@ define Package/nginx-ssl-util/install/default $(INSTALL_CONF) ./files/restrict_locally $(1)/etc/nginx/ + $(INSTALL_DIR) $(1)/etc/nginx/module.d/ + $(INSTALL_DIR) $(1)/etc/config/ $(INSTALL_CONF) ./files/nginx.config $(1)/etc/config/nginx diff --git a/net/nginx-util/files/uci.conf.template b/net/nginx-util/files/uci.conf.template index 1c611d9ad..406ddb4cc 100644 --- a/net/nginx-util/files/uci.conf.template +++ b/net/nginx-util/files/uci.conf.template @@ -6,6 +6,8 @@ worker_processes auto; user root; +include module.d/*.module; + events {} http {