7 lines
132 B
Caddyfile
7 lines
132 B
Caddyfile
:80
|
|
|
|
root * /usr/share/caddy
|
|
file_server
|
|
|
|
# Redirect all not-found routes to index.html (SPA fallback)
|
|
try_files {path} /index.html
|