diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1263c9d33..1b62823da 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,8 @@ -PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.1 -PLUGIN_COMMENT= Nginx HTTP server and reverse proxy -PLUGIN_DEPENDS= nginx -PLUGIN_MAINTAINER= franz.fabian.94@gmail.com +PLUGIN_NAME= nginx +PLUGIN_VERSION= 0.5 +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"