mirror of
https://github.com/aljazceru/nostr-rs-relay.git
synced 2025-12-17 06:04:22 +01:00
docs: add timeout for reverse-proxy example
This commit is contained in:
@@ -36,6 +36,11 @@ frontend fe_prod
|
|||||||
|
|
||||||
backend relay
|
backend relay
|
||||||
mode http
|
mode http
|
||||||
|
timeout connect 5s
|
||||||
|
timeout client 50s
|
||||||
|
timeout server 50s
|
||||||
|
timeout tunnel 1h
|
||||||
|
timeout client-fin 30s
|
||||||
option tcp-check
|
option tcp-check
|
||||||
default-server maxconn 400 check inter 20s fastinter 1s
|
default-server maxconn 400 check inter 20s fastinter 1s
|
||||||
server relay 127.0.0.1:8080
|
server relay 127.0.0.1:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user