Try to clean all the warnings

This commit is contained in:
Andrea Dell'Amico 2020-10-05 18:48:44 +02:00
parent 6aeb251a9f
commit cee412b035
1 changed files with 1 additions and 2 deletions

View File

@ -78,7 +78,6 @@ frontend http
mode http
option http-keep-alive
redirect scheme https code 301 if !{ ssl_fc }
http-request add-header X-Forwarded-Proto https
# HSTS (63072000 seconds)
http-response set-header Strict-Transport-Security max-age=63072000
@ -99,7 +98,7 @@ frontend http
http-request deny if {{ srv.acl_name }} !{{ srv.acl_name }}_nets
{% endif %}
{% endfor %}
redirect scheme https code 301 if !{ ssl_fc }
{% if docker_swarm_cluster_portainer_install %}
use_backend portainer_bck if portainer_srv
{% endif %}