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