Skip to content

Commit

Permalink
tls
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahangchun committed May 12, 2024
1 parent faa8758 commit 00934e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: true
watch: true
#500毫秒超时 未相应配置
httpClientTimeout: 500
defaultRule: "Host(`{{ .Name }}.jiahangchun.icu`)"
defaultRule: "Host(`{{ lower (trimPrefix `/` .Name )}}.jiahangchun.icu`)"
file:
watch: true
directory: /etc/traefik/config
Expand Down

0 comments on commit 00934e6

Please sign in to comment.