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

17 lines
261 B
Text
Raw Normal View History

{
2022-05-30 00:37:26 +09:00
admin 0.0.0.0:2019
acme_ca https://acme.zerossl.com/v2/DV90
email kou029w@gmail.com
}
2021-07-18 19:35:25 +09:00
keiu.net {
2021-07-18 20:38:29 +09:00
file_server
2022-09-04 19:17:36 +09:00
reverse_proxy /dns-query https://dns {
transport http {
tls_server_name keiu.net
}
}
2021-07-18 19:35:25 +09:00
}
www.keiu.net {
redir https://keiu.net{uri} 308
}