Skip to content

Instantly share code, notes, and snippets.

@supanadit
Created June 28, 2025 03:21
Show Gist options
  • Select an option

  • Save supanadit/b57f0904d7b06d9a3c5ec1870e6e31ed to your computer and use it in GitHub Desktop.

Select an option

Save supanadit/b57f0904d7b06d9a3c5ec1870e6e31ed to your computer and use it in GitHub Desktop.
[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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment