Try to clean all the warnings
This commit is contained in:
parent
6aeb251a9f
commit
cee412b035
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue