Files
hgtk-landingpage/Caddyfile
2026-04-03 11:25:35 +08:00

13 lines
343 B
Caddyfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
}