From d0f549ce22dc72f1312fe84814639f2064d15f81 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 1 Jul 2026 17:33:53 +0100 Subject: removes unneeded nginx vars in Makefiles --- nginx_module.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nginx_module.mk') diff --git a/nginx_module.mk b/nginx_module.mk index 0b1a2c5..949421d 100644 --- a/nginx_module.mk +++ b/nginx_module.mk @@ -16,9 +16,9 @@ endef $(foreach module,$(MODULES),$(eval $(install_nginx_module_rule))) -/etc/nginx/http.d/%.joeac.net.conf: nginx/http.d/%.joeac.net.conf /etc/nginx/http.d $(NGINX_CONFIG) +/etc/nginx/http.d/%.joeac.net.conf: nginx/http.d/%.joeac.net.conf /etc/nginx/http.d /etc/nginx/nginx.conf sudo cp $< $@ - $(RESTART_NGINX) + sudo rc-service nginx restart /etc/nginx/http.d: sudo mkdir -p /etc/nginx/http.d -- cgit v1.2.3