Created
January 13, 2019 19:59
-
-
Save eliasp/30e04edd483bc651bfce8cff330dca9a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
:80 { | |
redir https://{host}{uri} | |
} | |
domain.test:443 { | |
tls [email protected] | |
root /some/directory | |
} | |
www.domain.test:443 { | |
tls [email protected] | |
redir https://domain.test{uri} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment