Created
May 10, 2018 10:24
-
-
Save Laforeta/b89033552fb9dfc2928fb7faee6ddb87 to your computer and use it in GitHub Desktop.
Simple caddyfile example with forward proxy
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
https://$domain:$port { | |
gzip | |
log /var/log/caddy.log | |
tls $email | |
forwardproxy { | |
basicauth $user $passwd | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment