Skip to content

Instantly share code, notes, and snippets.

@ExpandOcean
Created August 28, 2018 03:16
Show Gist options
  • Save ExpandOcean/ac9af9ca8d1eed6b9ff634371812f0de to your computer and use it in GitHub Desktop.
Save ExpandOcean/ac9af9ca8d1eed6b9ff634371812f0de to your computer and use it in GitHub Desktop.
Reverse proxy a HTTPS django server with caddy
xxxx.com {
proxy / https://yyyy.com {
header_upstream Referer https://yyyy.com
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment