kasperhermansen-blog/Caddyfile

15 lines
161 B
Caddyfile
Raw Normal View History

2022-05-22 22:55:13 +02:00
{
auto_https off
}
2022-05-22 23:11:10 +02:00
blog.kasperhermansen.com {
2022-05-22 22:55:13 +02:00
root * /usr/share/caddy
file_server
2022-05-22 23:06:43 +02:00
}
2022-05-22 23:11:10 +02:00
b.kasperhermansen.com {
2022-05-22 23:06:43 +02:00
root * /usr/share/caddy
file_server
}