Created
May 26, 2022 10:16
-
-
Save resmo/ffa5666cc183598b290c128be55c5d3e to your computer and use it in GitHub Desktop.
Caddyfile
This file contains 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
{ | |
# TLS Options | |
email [email protected] | |
# auto_https disable_redirects | |
} | |
# see https://caddyserver.com/docs/caddyfile/directives/reverse_proxy | |
www.example.com { | |
route { | |
reverse_proxy { | |
to localhost:8080 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment