From fb14a0e04d2f31bee69a33c325a0e96830605f41 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 10 Oct 2023 13:57:39 +0200 Subject: [PATCH] www/nginx: bump --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index eb1abd76d..2372c0d76 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.32.1 -PLUGIN_REVISION= 3 +PLUGIN_REVISION= 4 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com