Files

13 lines
343 B
Caddyfile
Raw Permalink Normal View History

2026-04-03 11:25:35 +08:00
# Astro 静态构建目录:部署前执行 npm run build并把 root 改成服务器上 dist 的绝对路径。
# 示例:/var/www/HeguangtongkunLanding/dist
heguangtongkun.com {
redir https://www.heguangtongkun.com{uri} permanent
}
www.heguangtongkun.com {
root * /var/www/HeguangtongkunLanding/dist
encode gzip zstd
file_server
}