From 868df478e6c3764ecb705f83a5e9f13688a13123 Mon Sep 17 00:00:00 2001 From: Fabian Franz BSc Date: Fri, 17 Aug 2018 16:56:10 +0200 Subject: [PATCH] www/nginx: now it is stable --- www/nginx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1b62823da..a0dc96dd1 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 0.5 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"