dynamic-conf.toml
· 370 B · TOML
原始檔案
[http.routers]
# Traefik
[http.routers.api]
rule = "Host(`traefik.supanadit.com`)"
# Uncomment this for production use
# entrypoints = ["web","websecure"]
# Comment this for production use
entrypoints = ["web"]
service = "api@internal"
# Uncomment this for production use
# [http.routers.api.tls]
# certResolver = "lets-encrypt"
1 | [http.routers] |
2 | # Traefik |
3 | [http.routers.api] |
4 | rule = "Host(`traefik.supanadit.com`)" |
5 | # Uncomment this for production use |
6 | # entrypoints = ["web","websecure"] |
7 | # Comment this for production use |
8 | entrypoints = ["web"] |
9 | service = "api@internal" |
10 | # Uncomment this for production use |
11 | # [http.routers.api.tls] |
12 | # certResolver = "lets-encrypt" |