removes unneeded nginx vars in Makefiles

This commit is contained in:
2026-07-01 17:33:53 +01:00
parent 89165e9d88
commit d0f549ce22
3 changed files with 11 additions and 15 deletions
-4
View File
@@ -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
#############