feature: Adds terah.dev in Caddyfile to accelerate migration
This commit is contained in:
parent
06baeea009
commit
55322df678
1 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,24 @@
|
||||||
|
# Local terah.dev connection isn't used in production, only in testing.
|
||||||
|
# However, we're doing migration right now, so testing is important.
|
||||||
|
|
||||||
|
terah.dev, *.terah.dev {
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CF_API_TOKEN}
|
||||||
|
resolvers 1.1.1.1
|
||||||
|
}
|
||||||
|
|
||||||
|
reverse_proxy /* 127.0.0.1:8000
|
||||||
|
}
|
||||||
|
|
||||||
|
matrix.terah.dev, https://matrix.terah.dev:8448 {
|
||||||
|
tls {
|
||||||
|
dns cloudflare {env.CF_API_TOKEN}
|
||||||
|
resolvers 1.1.1.1
|
||||||
|
}
|
||||||
|
|
||||||
|
reverse_proxy /* 127.0.0.1:8000
|
||||||
|
}
|
||||||
|
|
||||||
hofers.cloud, *.hofers.cloud {
|
hofers.cloud, *.hofers.cloud {
|
||||||
tls {
|
tls {
|
||||||
dns cloudflare {env.CF_API_TOKEN}
|
dns cloudflare {env.CF_API_TOKEN}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue