scriptorium_blog/Caddyfile

11 lines
119 B
Caddyfile

{
log
admin off
}
http://localhost:61055 {
handle_path /gloss_blog* {
root * ./public
file_server
}
}