mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-12-17 00:43:57 -05: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 {
|
upstream backend {
|
||||||
zone backend 32k;
|
zone backend 32k;
|
||||||
server [::1]:8008 max_conns=4096 fail_timeout=1s;
|
server [::1]:8008 max_conns=4096 max_fails=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue