disable failure tracking for backend

This commit is contained in:
Daniel Micay 2023-04-17 10:01:00 -04:00
parent 32a33ba94f
commit 837d4f0c5c

View File

@ -90,7 +90,7 @@ http {
upstream backend {
zone backend 32k;
server [::1]:8008 max_conns=4096 fail_timeout=1s;
server [::1]:8008 max_conns=4096 max_fails=0;
}
server {