From 15271cb46794f79681b993ffe719400d02c71d3b Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sun, 11 Jun 2023 03:53:41 +0200 Subject: [PATCH] nginx-util: bump uci conf template version Bump uci conf template version to 1.2 to sync with nginx version handling some migration problem. Signed-off-by: Christian Marangi --- net/nginx-util/Makefile | 2 +- net/nginx-util/files/uci.conf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/nginx-util/Makefile b/net/nginx-util/Makefile index ce08d66289..5d7070eb98 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:=17 +PKG_RELEASE:=18 PKG_MAINTAINER:=Peter Stadler include $(INCLUDE_DIR)/package.mk diff --git a/net/nginx-util/files/uci.conf.template b/net/nginx-util/files/uci.conf.template index b56b1119eb..a9532576ce 100644 --- a/net/nginx-util/files/uci.conf.template +++ b/net/nginx-util/files/uci.conf.template @@ -1,7 +1,7 @@ # Consider using UCI or creating files in /etc/nginx/conf.d/ for configuration. # Parsing UCI configuration is skipped if uci set nginx.global.uci_enable=false # For details see: https://openwrt.org/docs/guide-user/services/webserver/nginx -# UCI_CONF_VERSION=1.1 +# UCI_CONF_VERSION=1.2 worker_processes auto;