summaryrefslogtreecommitdiff
path: root/nginx.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 17:22:50 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 17:22:50 +0100
commita601e93d00ba635cca832902935966e5896f8f14 (patch)
tree47f5db03d94f891671ec83097929e6338d5ac8fc /nginx.mk
parentfa4d275cc01c4eb154d0172f45533ee6b001750c (diff)
pulls out nginx_module.mk
Diffstat (limited to 'nginx.mk')
-rw-r--r--nginx.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/nginx.mk b/nginx.mk
index 8ae9076..a97957f 100644
--- a/nginx.mk
+++ b/nginx.mk
@@ -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