iac/modules/netboot_server/files/caddy/Caddyfile
Florian Maury 2f549a8209 empty
2024-06-04 13:02:03 +02:00

16 lines
216 B
Caddyfile

: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
}