Hello,
you have to define the section section in the router configuration:
[http.routers.the-api]
rule = "Host(`aurora-gw.net.ki`)"
entrypoints= ["https"]
service = "api@internal"
middlewares = ["auth"]
[http.routers.the-api.tls]
Hello,
you have to define the section section in the router configuration:
[http.routers.the-api]
rule = "Host(`aurora-gw.net.ki`)"
entrypoints= ["https"]
service = "api@internal"
middlewares = ["auth"]
[http.routers.the-api.tls]