mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
9f80395a3b
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
9 lines
214 B
Makefile
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"
|