test add acl backend websocket
This commit is contained in:
parent
07cc92ab92
commit
22a46a2f89
|
|
@ -146,7 +146,7 @@ frontend http
|
|||
http-request replace-value Host (.*):.* \1
|
||||
|
||||
|
||||
acl is_websocket hrd_upgrade(WebSocket) -i WebSocket
|
||||
acl is_websocket hdr(Upgrade) -i WebSocket
|
||||
use_backend dev_itineris_italian_seas_bck if is_websocket
|
||||
|
||||
{% if docker_swarm_cluster_portainer_install %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue