1
0
Fork 0
forked from infra/ansible

proxies: set ttl on the anubis layer to 15 also to match up with other things

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-11 11:59:06 -07:00
commit 274e23e336

View file

@ -150,10 +150,10 @@
{% if site_name.startswith('openqa') %}
# Openqa uses websockets, so allow them through anubis proxying.
ProxyPass / http://127.0.0.1:8987/ upgrade=websocket keepalive=on ttl=10
ProxyPass / http://127.0.0.1:8987/ upgrade=websocket keepalive=on ttl=15
ProxyPassReverse / http://127.0.0.1:8987/
{% else %}
ProxyPass / http://127.0.0.1:8987/ keepalive=on ttl=10
ProxyPass / http://127.0.0.1:8987/ keepalive=on ttl=15
ProxyPassReverse / http://127.0.0.1:8987/
{% endif %}
{% else %}