Commit 4f81c75f authored by Łukasz Nowak's avatar Łukasz Nowak

Fix "caddy-frontend: Move out logic from configuration file generation"

default-path has been set twice by mistake, so remove one of the sets.

Fixes commit fc23be53
parent 3542b75c
Pipeline #23591 failed with stage
......@@ -30,7 +30,7 @@ md5sum = e7209d9c66fd30e1fa950d2d07957b95
[profile-slave-list]
_update_hash_filename_ = templates/apache-custom-slave-list.cfg.in
md5sum = 8028eff10acbc6e3415a50ffe534d424
md5sum = 421e2de58c0d5c41a00cd5d32355fc70
[profile-replicate-publish-slave-information]
_update_hash_filename_ = templates/replicate-publish-slave-information.cfg.in
......
......@@ -223,7 +223,6 @@ context =
{# websocket style needs http 1.1 max #}
{%- do slave_instance.__setitem__('enable_h2', False) %}
{%- endif %}
{%- do slave_instance.__setitem__('default-path', slave_instance.get('default-path', '').strip('/') | urlencode) %}
[slave-log-directory-dict]
{{slave_reference}} = {{ slave_log_folder }}
......
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