# 创建简单的 index.html cd /www/wwwroot/zy.ymm2.cn cat > index.html << 'EOF' FitGo

正在跳转 FitGo...

EOF # 或者直接重定向到前端项目 cat > index.html << 'EOF' FitGo - 健身助手
智能健身打卡助手
后台管理
API服务: http://zy.ymm2.cn:3000
EOF # 设置权限 chmod 644 index.html