diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-01 17:33:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-01 17:33:53 +0100 |
| commit | d0f549ce22dc72f1312fe84814639f2064d15f81 (patch) | |
| tree | 098a4b927b63c59ca8e1cc080d1fc7b7779ebd32 /nginx_module.mk | |
| parent | 89165e9d889f3dc0a0a40290fad21b6ffbaa3782 (diff) | |
removes unneeded nginx vars in Makefiles
Diffstat (limited to 'nginx_module.mk')
| -rw-r--r-- | nginx_module.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
