Created
December 10, 2018 06:36
-
-
Save lzjluzijie/0cdd2dff05961ffa323162ed43d92ef2 to your computer and use it in GitHub Desktop.
caddy redirect
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
r.halu.lu, :80 { | |
redir 307 { | |
https://halu.lu/ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment