feat(traefik): 添加自定义API路径前缀配置
为Traefik仪表板API添加prefix配置项,允许自定义API路径前缀以提高安全性
This commit is contained in:
parent
2ba55b4dae
commit
f98650118c
@ -11,4 +11,5 @@ providers:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
dashboard: true
|
dashboard: true
|
||||||
insecure: true
|
insecure: true
|
||||||
|
prefix: "/traefik-api" # 自定义 API 路径前缀
|
||||||
Loading…
Reference in New Issue
Block a user