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;
}
location /api {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://xxx.com;
}location /socket.io {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://xxx.com;
}