scriptorium_blog/Caddyfile

12 lines
125 B
Caddyfile
Raw Permalink Normal View History

2024-04-14 15:49:47 +00:00
{
log
admin off
}
http://localhost:61055 {
2024-04-20 20:09:16 +00:00
handle_path /scriptorium_blog* {
2024-04-14 15:49:47 +00:00
root * ./public
file_server
}
}