8 lines
91 B
Caddyfile
8 lines
91 B
Caddyfile
|
localhost:80, macbookair.local:80 {
|
||
|
file_server
|
||
|
|
||
|
handle_path /blog/* {
|
||
|
root build
|
||
|
}
|
||
|
}
|