Skip to content

Commit 85a68b4

Browse files
author
Anandkumar Patel
committed
do not remove servers on failures
1 parent f71f555 commit 85a68b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/nginx-proxied-service/templates/69-navi.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ map $http_upgrade $connection_upgrade {
55

66
upstream {{ name }} {
77
{% for port in proxy_target_ports.stdout_lines -%}
8-
server {{ target_ip_address }}:{{ port }};
8+
server {{ target_ip_address }}:{{ port }} fail_timeout=0 fail_timeout=1s;
99
{% endfor %}
1010
}
1111

0 commit comments

Comments
 (0)