10 lines
161 B
Caddyfile
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
|
|
}
|
|
|