Explorar el Código
Bug - docker resolver is used when matrix_nginx_proxy_enabled is fals
pull/1190/head
JokerGermany
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/matrix-nginx-proxy/templates/nginx/conf.d/nginx-http.conf.j2
|
|
|
@@ -5,7 +5,7 @@ |
|
|
|
# Thus, we ensure a larger bucket size value is used. |
|
|
|
server_names_hash_bucket_size 64; |
|
|
|
|
|
|
|
{% if matrix_nginx_proxy_http_level_resolver %} |
|
|
|
{% if matrix_nginx_proxy_enabled %} |
|
|
|
resolver {{ matrix_nginx_proxy_http_level_resolver }}; |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|