Files
igny8/frontend/Caddyfile
2025-11-09 10:27:02 +00:00

10 lines
161 B
Caddyfile

:8020 {
root * /usr/share/caddy
# SPA routing - serve index.html for all non-file requests
try_files {path} /index.html
file_server
}