mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-19 12:54:41 -05:00
disable failure tracking for backend
This commit is contained in:
parent
32a33ba94f
commit
837d4f0c5c
@ -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…
Reference in New Issue
Block a user