部署脚本
This commit is contained in:
12
Caddyfile
Normal file
12
Caddyfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user