From cf8304b6c767b5236bb5c8601bf70354d07d753c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 15 Jul 2025 09:45:15 +0200 Subject: [PATCH] www/nginx: bump revision for latest change --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 0b7db7007..781e7d001 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.34 -PLUGIN_REVISION= 6 +PLUGIN_REVISION= 7 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com