Skip to content

Instantly share code, notes, and snippets.

@WillMoggridge
Last active January 18, 2018 15:31
Show Gist options
  • Save WillMoggridge/545a71c21f7162bdd6aa8dcd47aff6c3 to your computer and use it in GitHub Desktop.
Save WillMoggridge/545a71c21f7162bdd6aa8dcd47aff6c3 to your computer and use it in GitHub Desktop.
Caddy HTTPS proxy
localhost:8443
tls self_signed
#root build/
#rewrite / /es6-unbundled/index.html
proxy / http://localhost:8080 {
transparent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment