From a92fe03b6a8754d9102e3ff91348525ed48c0605 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 20 Nov 2025 09:46:06 -0500 Subject: [PATCH] www/nginx: one more refactor revision bump --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 59e1f9511..ee39050d5 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.35 -PLUGIN_REVISION= 3 +PLUGIN_REVISION= 4 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com