6 lines
177 B
Text
6 lines
177 B
Text
# more info: https://caddyserver.com/docs/caddyfile/patterns#single-page-apps-spas
|
|
vojo.domain.tld {
|
|
root * /path/to/vojo/dist
|
|
try_files {path} / index.html
|
|
file_server
|
|
}
|