From c7a4dfce1ad0b545b05a8043e321ad49e48873a6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 17 Jun 2026 18:37:49 +0200 Subject: Refactor pi roles to use .home.arpa subdomains for services --- roles/nginx/templates/nginx.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/nginx/templates') diff --git a/roles/nginx/templates/nginx.conf.j2 b/roles/nginx/templates/nginx.conf.j2 index 1bce57da..1ebbe3df 100644 --- a/roles/nginx/templates/nginx.conf.j2 +++ b/roles/nginx/templates/nginx.conf.j2 @@ -76,4 +76,6 @@ http { include /etc/nginx/conf.d/*.conf; } + + include /etc/nginx/vhosts.d/*.conf; } -- cgit v1.2.3