summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 17:33:53 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 17:33:53 +0100
commitd0f549ce22dc72f1312fe84814639f2064d15f81 (patch)
tree098a4b927b63c59ca8e1cc080d1fc7b7779ebd32 /Makefile
parent89165e9d889f3dc0a0a40290fad21b6ffbaa3782 (diff)
removes unneeded nginx vars in Makefiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2d9cd66..644426a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,6 @@ COMPOSE_SERVICES := $(shell podman-compose config \
| yq ".services | keys" --output-format csv --csv-separator " ")
MAKE_MODULES := $(foreach module,$(MODULES),\
$(shell [ -f $(module)/Makefile ] && echo $(module)))
-NGINX_CONFIG_SRC := nginx/nginx.conf
-NGINX_CONFIG := /etc/nginx/nginx.conf
-NGINX_CONFIG_BACKUP := /etc/nginx/nginx.joeac.net-backup
-RESTART_NGINX := sudo rc-service nginx restart
#############