mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
optimize
This commit is contained in:
parent
6e305db4be
commit
ca88b07ecf
5 changed files with 38 additions and 27 deletions
|
|
@ -20,6 +20,9 @@ kcp_bind_port = 7000
|
|||
vhost_http_port = 80
|
||||
vhost_https_port = 443
|
||||
|
||||
# response header timeout(seconds) for vhost http server, default is 60s
|
||||
# vhost_http_timeout = 60
|
||||
|
||||
# set dashboard_addr and dashboard_port to view dashboard of frps
|
||||
# dashboard_addr's default value is same with bind_addr
|
||||
# dashboard is available only if dashboard_port is set
|
||||
|
|
@ -66,6 +69,3 @@ subdomain_host = frps.com
|
|||
|
||||
# if tcp stream multiplexing is used, default is true
|
||||
tcp_mux = true
|
||||
|
||||
# if long connection for more than 30 seconds and disconnection of the server ,fix the pars .
|
||||
vhost_http_timeout = 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue