From b232b894c3cbe087c8d504e91637dcf62199eed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 29 Jul 2021 17:00:20 +0200 Subject: Bump to third revision of homelab --- roles/httpd/templates/httpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/httpd/templates/httpd.conf.j2') diff --git a/roles/httpd/templates/httpd.conf.j2 b/roles/httpd/templates/httpd.conf.j2 index a39f46f..8a772e9 100644 --- a/roles/httpd/templates/httpd.conf.j2 +++ b/roles/httpd/templates/httpd.conf.j2 @@ -23,7 +23,7 @@ server "default" { } location * { - block return 302 "https://\$HTTP_HOST\$REQUEST_URI" + block return 302 "https://$HTTP_HOST$REQUEST_URI" } } {% endif %} -- cgit v1.2.3