Created
September 7, 2021 10:58
-
-
Save karl-gustav/08d5f5581b64c2efdd238532f49f8961 to your computer and use it in GitHub Desktop.
Caddyfile used before migrating to traefik
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
ha.lillesveiven.space { | |
reverse_proxy 127.0.0.1:8123 | |
} | |
oc.lillesveiven.space { | |
reverse_proxy 127.0.0.1:9123 | |
} | |
nr.lillesveiven.space { | |
reverse_proxy 127.0.0.1:1880 | |
} | |
backup.mini.local { | |
reverse_proxy 127.0.0.1:8200 | |
} | |
zwave.mini.local { | |
reverse_proxy 127.0.0.1:8123 | |
} | |
owncloud.lillesveiven.space { | |
redir https://oc.lillesveiven.space{uri} permanent | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment