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
2022-12-19 21:43:41 +09:00

22 lines
364 B
Caddyfile

{
admin 0.0.0.0:2019
acme_ca https://acme.zerossl.com/v2/DV90
email kou029w@gmail.com
}
keiu.net {
file_server
reverse_proxy /dns-query https://dns {
transport http {
tls_server_name keiu.net
}
}
}
www.keiu.net {
redir https://keiu.net{uri} 308
}
fogtype.com {
reverse_proxy http://gts:8080
}
www.fogtype.com {
redir https://fogtype.com{uri} 308
}