iac/modules/netboot_server/files/caddy/Caddyfile

17 lines
216 B
Caddyfile
Raw Normal View History

2024-06-04 09:25:59 +00:00
:80 {
handle_path /isos/* {
root * /srv/isos
file_server
}
handle_path /config/* {
root * /srv/config/writable
file_server
}
handle_path /ipxe/* {
root * /srv/ipxe
file_server
}
error * 404
log
}