documentation/Caddyfile
Tobias Brunner 4a4446177b
All checks were successful
Build Documentation / build (push) Successful in 26s
Build Documentation / docker (push) Successful in 16s
configure caddy and disable build cache
2025-12-05 08:56:08 +01:00

9 lines
114 B
Caddyfile

:80 {
root * /usr/share/caddy
file_server
log {
output stdout
format console
}
}