diff options
Diffstat (limited to 'roles/httpd/templates')
-rw-r--r-- | roles/httpd/templates/httpd.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |