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; } }
故乡明
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; } }
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决
2021-09-08 js checkbox