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:
parent
645cfe0482
commit
274e23e336
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue