Created
June 28, 2025 03:21
-
-
Save supanadit/b57f0904d7b06d9a3c5ec1870e6e31ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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