[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"