소스 검색
Bug - docker resolver is used when matrix_nginx_proxy_enabled is fals
pull/1190/head
JokerGermany
5 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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 %} |
|
|
|
|
|
|
|
|