1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-19 00:18:05 +00:00
fogtype.com/etc/caddy/Caddyfile

23 lines
454 B
Text
Raw Normal View History

2022-12-25 15:19:12 +09:00
keiu.net, www.keiu.net {
redir https://fogtype.com{uri} 308
2021-07-18 19:35:25 +09:00
}
read.keiu.net {
2022-12-25 18:03:27 +09:00
redir https://rad.fogtype.com{uri} 308
}
2022-12-19 21:43:41 +09:00
fogtype.com {
reverse_proxy http://gts:8080
2023-02-06 23:15:34 +09:00
reverse_proxy /.well-known/nostr.json https://archive.fogtype.com {
header_up Host {upstream_hostport}
}
2022-12-19 21:43:41 +09:00
}
www.fogtype.com {
redir https://fogtype.com{uri} 308
}
2022-12-25 15:19:12 +09:00
dns.fogtype.com {
reverse_proxy /dns-query https://dns {
transport http {
tls_server_name dns.fogtype.com
}
}
}