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

27 lines
474 B
Text
Raw Normal View History

2022-12-19 21:43:41 +09:00
fogtype.com {
handle /.well-known/nostr.json {
2023-02-09 16:14:04 +09:00
header access-control-allow-origin *
file_server
2023-02-06 23:15:34 +09:00
}
reverse_proxy http://gts:8080
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
}
}
}
2023-05-04 22:54:13 +09:00
net.fogtype.com {
reverse_proxy headscale:8080
}
2023-05-04 17:58:47 +09:00
mta-sts.fogtype.com {
handle /.well-known/mta-sts.txt {
file_server
}
redir / /.well-known/mta-sts.txt
}