Browse Source

Bug - docker resolver is used when matrix_nginx_proxy_enabled is fals

pull/1190/head
JokerGermany 4 years ago
committed by GitHub
parent
commit
e58715b79d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-nginx-proxy/templates/nginx/conf.d/nginx-http.conf.j2

+ 1
- 1
roles/matrix-nginx-proxy/templates/nginx/conf.d/nginx-http.conf.j2 View File

@@ -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 %}



Loading…
Cancel
Save