Skip to content
Snippets Groups Projects
Commit 9bbe9f20 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use a large number for haproxy timeout tunnel"

parents fc2e745e 7aeb6825
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ listen nova_novncproxy
bind {{ kolla_internal_vip_address }}:{{ nova_novncproxy_port }}
http-request del-header X-Forwarded-Proto if { ssl_fc }
http-request set-header X-Forwarded-Proto https if { ssl_fc }
timeout tunnel 1h
{% for host in groups['nova-novncproxy'] %}
server {{ hostvars[host]['ansible_hostname'] }} {{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ nova_novncproxy_port }} check inter 2000 rise 2 fall 5
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment