1.找到nginx,conf文件,编辑

2.添加配置

server {
    listen  2000;
    server_name  localhost;
    index index.html;
    root  ../../wwwroot/www.vite-vue3-temptale.com; // 项目目录
    location / {
        try_files $uri $uri/  /index.html;
    }

}

Logo

前往低代码交流专区

更多推荐