summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 18:39:20 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 18:39:20 +0100
commitcfa0dd5a9a5df70a56d5d1eb04ce3b59fe65a189 (patch)
tree438c4eacb994c359204e27549793ffa15df5163e
parent5644789d642af0199d2c96d4425e0d062ce935ac (diff)
adds reinstall/uninstall nginx module rules
-rw-r--r--make/nginx.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/nginx.mk b/make/nginx.mk
index c78f20b..6dbd998 100644
--- a/make/nginx.mk
+++ b/make/nginx.mk
@@ -14,6 +14,8 @@ uninstall_nginx_$(module):
endef
$(foreach module,$(MODULES),$(eval $(install_nginx_module_rule)))
+$(foreach module,$(MODULES),$(eval $(reinstall_nginx_module_rule)))
+$(foreach module,$(MODULES),$(eval $(uninstall_nginx_module_rule)))
/etc/nginx/http.d/%.joeac.net.conf: nginx/http.d/%.joeac.net.conf /etc/nginx/http.d /etc/nginx/nginx.conf
sudo cp $< $@