Kaynağa Gözat
Bug - docker resolver is used when matrix_nginx_proxy_enabled is fals
pull/1190/head
JokerGermany
4 yıl önce
committed by
GitHub
ebeveyn
işleme
e58715b79d
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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 %} |
|
|
|
|
|
|
|
|