summaryrefslogtreecommitdiff
path: root/make/nginx.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-07 09:10:34 +0100
committerJoe Carstairs <me@joeac.net>2026-07-07 09:10:58 +0100
commit07fa302d4380e9fa98720476becc8e1f83e1eb9a (patch)
tree48e8ebbe7864e13384c36ee2b13bbf87c878de1f /make/nginx.mk
parent4a2b27f54a11ebfa36bdd45542c7a20f9a560209 (diff)
tls.mk
Diffstat (limited to 'make/nginx.mk')
-rw-r--r--make/nginx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/nginx.mk b/make/nginx.mk
index 5d8cef8..ebfbfd1 100644
--- a/make/nginx.mk
+++ b/make/nginx.mk
@@ -6,6 +6,7 @@ nginx_module_config_template = \
$(if $(PORT_$(module)),nginx/http.d/reverse_proxy.conf.template) \
$(if $(PUBLIC_ROOT_DIR_$(module)),nginx/http.d/static.conf.template)
nginx_module_config_template_args = \
+ CERTNAME=$(SUBDOMAIN_$(module)).joeac.net \
DOMAIN=$(if $(filter-out @,$(SUBDOMAIN_$(module))),$(SUBDOMAIN_$(module)).)joeac.net \
$(if $(PORT_$(module)),PORT=$(PORT_$(module)) HOST=$(HOST_$(module))) \
$(if $(PUBLIC_ROOT_DIR_$(module)),ROOT="$(PUBLIC_ROOT_DIR_$(module))")