Последняя активность 1748873807

Traefik Dynamic Configuration Example

dynamic-conf.toml Исходник
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"