Created
November 23, 2024 03:55
-
-
Save ngerakines/9373aa6c7cb21f570bbb670980215ad0 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
{ | |
email [email protected] | |
on_demand_tls { | |
ask http://127.0.0.1:3030/tls-check | |
} | |
} | |
*.example.com { | |
reverse_proxy 127.0.0.1:3000 | |
tls { | |
on_demand | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment