Patched cinny

This commit is contained in:
2026-05-13 00:55:35 +02:00
commit 702160dd17
833 changed files with 95325 additions and 0 deletions

6
contrib/caddy/caddyfile Normal file
View File

@@ -0,0 +1,6 @@
# 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
}