cool-admin vite-vue3 打包部署 nginx代理设置

location /api {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://xxx.com;
}

location /socket.io {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://xxx.com;
}

posted @ 2021-11-30 10:28  Objects  阅读(752)  评论(0)    收藏  举报