| 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" |
supanadit / dynamic-conf.toml
Последняя активность 2 days ago
Traefik Dynamic Configuration Example