Skip to content
Snippets Groups Projects
Commit d5c581e5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bugfix

parent 69a8af45
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ frontend http_in
http-request deny if blockedip
{% if kibana_users is defined %}
acl kibana_present hdr_dom(host) -i '{{ kibana_domain|default(inventory_hostname) }}'
use_backend backend_redirect_ssl
use_backend backend_redirect_ssl if kibana_present
{% endif %}
{% if varnish_host|default(false) %}
acl static_content path_end .jpg .jpeg .gif .png .ico .swf .css .js .htm .html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment