We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a68b4 commit 21fb245Copy full SHA for 21fb245
1 file changed
ansible/roles/nginx-proxied-service/templates/69-navi.conf
@@ -5,7 +5,7 @@ map $http_upgrade $connection_upgrade {
5
6
upstream {{ name }} {
7
{% for port in proxy_target_ports.stdout_lines -%}
8
- server {{ target_ip_address }}:{{ port }} fail_timeout=0 fail_timeout=1s;
+ server {{ target_ip_address }}:{{ port }} max_fails=0 fail_timeout=1s;
9
{% endfor %}
10
}
11
0 commit comments