nginx 配置代理前端vue包

server
    {
        listen 18087;
        server_name localhost;
        location / {
            root   D:\code\cp\cp3.3.0\cpcode\web\dist;
            index  index.html index.htm;
        }
        location /permission/ {
            proxy_pass http://10.3.152.33:18083;
        }
    }

 

posted @ 2022-09-08 20:51  Bonnie_ξ  阅读(91)  评论(0编辑  收藏  举报