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 @   Bonnie_ξ  阅读(95)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决
历史上的今天:
2021-09-08 js checkbox
点击右上角即可分享
微信分享提示