pulls out nginx_module.mk

This commit is contained in:
2026-07-01 17:22:50 +01:00
parent fa4d275cc0
commit a601e93d00
3 changed files with 26 additions and 10 deletions
-7
View File
@@ -19,10 +19,3 @@ $(NGINX_CONFIG_BACKUP):
$(NGINX_CONFIG): $(NGINX_CONFIG_SRC) $(NGINX_CONFIG_BACKUP)
sudo cp $< $@
$(RESTART_NGINX)
/etc/nginx/http.d/%joeac.net.conf: nginx/http.d/%joeac.net.conf /etc/nginx/http.d $(NGINX_CONFIG)
sudo cp $< $@
$(RESTART_NGINX)
/etc/nginx/http.d:
sudo mkdir -p /etc/nginx/http.d