day.moris.blog/Caddyfile
2025-01-19 01:06:28 +09:00

8 lines
91 B
Caddyfile

localhost:80, macbookair.local:80 {
file_server
handle_path /blog/* {
root build
}
}