Commit 2c74064f authored by Jérome Perrin's avatar Jérome Perrin

fixup! apache-frontent: remove section from the loop.

mistakenly replace custom_http by custom_https, making that we use
config for https on http port
parent aa30f218
......@@ -3,5 +3,5 @@
</VirtualHost>
<VirtualHost *:{{ http_port }}>
{{ slave_parameter.get('apache_custom_https', '') }}
{{ slave_parameter.get('apache_custom_http', '') }}
</VirtualHost>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment