diff --git a/roles/installer/templates/configmaps/config.yaml.j2 b/roles/installer/templates/configmaps/config.yaml.j2 index d8c2bb21..42ad308b 100644 --- a/roles/installer/templates/configmaps/config.yaml.j2 +++ b/roles/installer/templates/configmaps/config.yaml.j2 @@ -135,7 +135,7 @@ data: server_name _; # Redirect all HTTP links to the matching HTTPS page - return 301 https://$host$request_uri; + return 301 https://$host:8053$request_uri; } {% endif %}