Skip to content

Instantly share code, notes, and snippets.

@eliasp
Created January 13, 2019 19:59
Show Gist options
  • Save eliasp/30e04edd483bc651bfce8cff330dca9a to your computer and use it in GitHub Desktop.
Save eliasp/30e04edd483bc651bfce8cff330dca9a to your computer and use it in GitHub Desktop.
: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