supanadit zrewidował ten Gist . Przejdź do rewizji
1 file changed, 12 insertions
dynamic-conf.toml(stworzono plik)
| @@ -0,0 +1,12 @@ | |||
| 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" | |
Nowsze
Starsze