Files
website/Caddyfile
Noa Virellia 060eb2bdc8
All checks were successful
Homepage Check Build (NixCN) TeamCity build finished
Homepage Prod Build (NixCN) TeamCity build finished
refactor: use Astro i18n to avoid redirect notice
2026-05-21 02:47:22 +08:00

8 lines
88 B
Caddyfile

:3000 {
root * /srv
file_server
@root path /
redir @root /zh-CN/ 302
}