kasperhermansen-blog/Caddyfile
kjuulh 306484b664
All checks were successful
continuous-integration/drone/push Build is passing
Add blog
2022-05-23 08:47:53 +02:00

11 lines
115 B
Caddyfile

{
auto_https off
debug
http_port: 80
}
blog.kasperhermansen.com {
root * /usr/share/caddy
file_server
}