fix(bridge): avoid embedded templates in caddy assertion
This commit is contained in:
parent
5984a75643
commit
c9919284e0
@ -32,7 +32,9 @@
|
|||||||
- "'handle /acp*' in xworkmate_bridge_fragment.stdout"
|
- "'handle /acp*' in xworkmate_bridge_fragment.stdout"
|
||||||
- "'handle /api*' in xworkmate_bridge_fragment.stdout"
|
- "'handle /api*' in xworkmate_bridge_fragment.stdout"
|
||||||
- "'handle /artifacts/*' in xworkmate_bridge_fragment.stdout"
|
- "'handle /artifacts/*' in xworkmate_bridge_fragment.stdout"
|
||||||
- "'reverse_proxy {{ xworkmate_bridge_listen_host }}:{{ xworkmate_bridge_listen_port }}' in xworkmate_bridge_fragment.stdout"
|
- >-
|
||||||
|
'reverse_proxy ' ~ xworkmate_bridge_listen_host ~ ':' ~ xworkmate_bridge_listen_port
|
||||||
|
in xworkmate_bridge_fragment.stdout
|
||||||
- "'flush_interval -1' in xworkmate_bridge_fragment.stdout"
|
- "'flush_interval -1' in xworkmate_bridge_fragment.stdout"
|
||||||
- "'read_timeout 30m' in xworkmate_bridge_fragment.stdout"
|
- "'read_timeout 30m' in xworkmate_bridge_fragment.stdout"
|
||||||
- "'write_timeout 30m' in xworkmate_bridge_fragment.stdout"
|
- "'write_timeout 30m' in xworkmate_bridge_fragment.stdout"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user