2019-05-07 19:23:35 +00:00
|
|
|
#jinja2: lstrip_blocks: "True"
|
2018-06-26 17:40:48 +00:00
|
|
|
# The default is aligned to the CPU's cache size,
|
2020-07-17 08:31:20 +00:00
|
|
|
# which can sometimes be too low to handle our 2 vhosts (Synapse and Element).
|
2018-06-26 17:40:48 +00:00
|
|
|
#
|
|
|
|
# Thus, we ensure a larger bucket size value is used.
|
2020-02-10 22:40:50 +00:00
|
|
|
server_names_hash_bucket_size 64;
|
|
|
|
{% for configuration_block in matrix_nginx_proxy_proxy_http_additional_server_configuration_blocks %}
|
|
|
|
{{- configuration_block }}
|
|
|
|
{% endfor %}
|