11 lines
115 B
Caddyfile
11 lines
115 B
Caddyfile
{
|
|
auto_https off
|
|
debug
|
|
http_port: 80
|
|
}
|
|
|
|
blog.kasperhermansen.com {
|
|
root * /usr/share/caddy
|
|
file_server
|
|
}
|