Fix incorrect variable name for base-domain root-path redirection

Fixes a typo in 76a265f9a1

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3153
This commit is contained in:
Slavi Pantaleev
2024-02-03 18:48:24 +02:00
parent 76a265f9a1
commit 1160e32126
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ matrix_static_files_file_index_html_enabled: false
# Disable the automatic redirectin of `https://DOMAIN/` to `https://matrix.DOMAIN/`.
# This gets automatically enabled when you disable `matrix_static_files_file_index_html_enabled`, as we're doing above.
matrix_static_files_container_labels_base_domain_enabled: false
matrix_static_files_container_labels_base_domain_root_path_redirection_enabled: false
```
With this configuration, Ansible will no longer mess around with the `/matrix/static-files/public/index.html` file.