fix(client): caddy try_file
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-11 22:31:38 +08:00
parent 3c5e365e1a
commit 6ac2ce1197

View File

@@ -1,6 +1,9 @@
:3000 {
root * /srv
encode zstd gzip
handle_path /app/* {
try_files {path} /index.html
file_server
}
}