mirror of
https://github.com/RGBCube/cinny
synced 2025-07-29 07:57:46 +00:00
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
|
|
}
|