From 98436f3b1a91154d636d03b9b650ce5e9ff88199 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 4 Aug 2021 08:32:52 +0200 Subject: [PATCH] www/nginx: bump revision --- www/nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1653e31ad..42b0ebce2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.23 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com