mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-09-22 13:24:44 -04:00
disable failure tracking for backend
This commit is contained in:
parent
32a33ba94f
commit
837d4f0c5c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue