Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

20 wiersze
624 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. #jinja2: lstrip_blocks: "True"
  6. # The default is aligned to the CPU's cache size,
  7. # which can sometimes be too low.
  8. # Thus, we ensure a larger bucket size value is used.
  9. server_names_hash_bucket_size 64;
  10. {% if matrix_synapse_reverse_proxy_companion_http_level_resolver %}
  11. resolver {{ matrix_synapse_reverse_proxy_companion_http_level_resolver }};
  12. {% endif %}
  13. {% for configuration_block in matrix_synapse_reverse_proxy_companion_http_additional_server_configuration_blocks %}
  14. {{- configuration_block }}
  15. {% endfor %}