mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
Server Dashboard SSL Support (#2982)
This commit is contained in:
parent
c652b8ef07
commit
218b354f82
5 changed files with 93 additions and 28 deletions
|
|
@ -43,6 +43,11 @@ dashboard_port = 7500
|
|||
dashboard_user = admin
|
||||
dashboard_pwd = admin
|
||||
|
||||
# dashboard TLS mode
|
||||
dashboard_tls_mode = false
|
||||
# dashboard_tls_cert_file = server.crt
|
||||
# dashboard_tls_key_file = server.key
|
||||
|
||||
# enable_prometheus will export prometheus metrics on {dashboard_addr}:{dashboard_port} in /metrics api.
|
||||
enable_prometheus = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue