Files
plugins/www/nginx/Makefile
T
Franco Fichtner 9f80395a3b www/nginx: migrate to NAME_setup use
Restructure the call flow a bit and extract fpm-related bits.

NAME_reload doesn't support NAME_setup in 2.7.2 but soon it will,
which makes it more useful than NAME_prepend.  ;)

PR: https://github.com/opnsense/core/issues/5917
2022-08-19 08:05:22 +02:00

9 lines
214 B
Makefile

PLUGIN_NAME= nginx
PLUGIN_VERSION= 1.29
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Nginx HTTP server and reverse proxy
PLUGIN_DEPENDS= nginx
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
.include "../../Mk/plugins.mk"