day.moris.blog/Caddyfile

8 lines
91 B
Caddyfile
Raw Normal View History

2025-01-19 01:06:28 +09:00
localhost:80, macbookair.local:80 {
file_server
handle_path /blog/* {
root build
}
}