Compare commits

...

6 Commits

Author SHA1 Message Date
Marco Procaccini 22a46a2f89 test add acl backend websocket 2026-02-17 15:18:34 +01:00
Marco Procaccini 07cc92ab92 test add acl backend websocket 2026-02-17 15:13:11 +01:00
Marco Procaccini d3471bd2d3 test: removin accept-proxy 2026-02-17 14:52:46 +01:00
Marco Procaccini 9b1faeb09f restoring accept-proxy 2026-02-17 14:32:09 +01:00
Marco Procaccini 14d6080b57 test: removin accept-proxy 2026-02-17 14:22:56 +01:00
Marco Procaccini 9cbfd5e14a test websocket: removing keep-alice 2026-02-17 14:11:32 +01:00
1 changed files with 5 additions and 1 deletions

View File

@ -137,7 +137,6 @@ frontend http
{% endif %}
mode http
option http-keep-alive
option httplog
option forwardfor
# HSTS (63072000 seconds)
@ -145,6 +144,11 @@ frontend http
http-request set-header X-Forwarded-Proto https if { ssl_fc }
# Remove the port from the host endpoint.
http-request replace-value Host (.*):.* \1
acl is_websocket hdr(Upgrade) -i WebSocket
use_backend dev_itineris_italian_seas_bck if is_websocket
{% if docker_swarm_cluster_portainer_install %}
acl portainer_srv hdr(host) -i {{ docker_swarm_portainer_hostname }}
{% endif %}