摘要: nginx html 配置 server { # 监听 80 端口 listen 80; # 绑定域名(替换为你的实际域名) server_name oms.xxxxx.com; # 网站根目录(指向 dist 文件夹) root /xp/www/oms.xxxxx.com/dist; # 默认索引 阅读全文
posted @ 2025-10-27 11:26 Lafite-1820 阅读(2) 评论(0) 推荐(0)