Created
August 28, 2018 03:16
-
-
Save ExpandOcean/ac9af9ca8d1eed6b9ff634371812f0de to your computer and use it in GitHub Desktop.
Reverse proxy a HTTPS django server with caddy
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
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