scriptorium_blog/Caddyfile
2024-04-20 23:09:16 +03:00

11 lines
125 B
Caddyfile

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