Try to clean all the warnings
This commit is contained in:
parent
6aeb251a9f
commit
cee412b035
|
@ -78,7 +78,6 @@ frontend http
|
||||||
|
|
||||||
mode http
|
mode http
|
||||||
option http-keep-alive
|
option http-keep-alive
|
||||||
redirect scheme https code 301 if !{ ssl_fc }
|
|
||||||
http-request add-header X-Forwarded-Proto https
|
http-request add-header X-Forwarded-Proto https
|
||||||
# HSTS (63072000 seconds)
|
# HSTS (63072000 seconds)
|
||||||
http-response set-header Strict-Transport-Security max-age=63072000
|
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
|
http-request deny if {{ srv.acl_name }} !{{ srv.acl_name }}_nets
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
redirect scheme https code 301 if !{ ssl_fc }
|
||||||
{% if docker_swarm_cluster_portainer_install %}
|
{% if docker_swarm_cluster_portainer_install %}
|
||||||
use_backend portainer_bck if portainer_srv
|
use_backend portainer_bck if portainer_srv
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue