Skip to content

Commit 21fb245

Browse files
typo max_fails
1 parent 85a68b4 commit 21fb245

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 }} fail_timeout=0 fail_timeout=1s;
8+
server {{ target_ip_address }}:{{ port }} max_fails=0 fail_timeout=1s;
99
{% endfor %}
1010
}
1111

0 commit comments

Comments
 (0)