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