Files
cinny/contrib/caddy/caddyfile
T

7 lines
179 B
Plaintext
Raw Normal View History

2025-03-28 09:19:34 +00:00
# more info: https://caddyserver.com/docs/caddyfile/patterns#single-page-apps-spas
2025-02-28 07:31:54 +00:00
cinny.domain.tld {
2025-03-28 09:19:34 +00:00
root * /path/to/cinny/dist
try_files {path} / index.html
2025-02-28 07:31:54 +00:00
file_server
}