美文网首页
程序日记2018-05-06

程序日记2018-05-06

作者: Purson | 来源:发表于2018-06-20 07:17 被阅读0次

    nginx配置cmsWing反向代理失败

    • nginx 的配置是这样的
    server {
       location = /cms {
       proxy_pass:127.0.0.1:$posrt$request_uri;
      }
    }
    

    通过以下命令查看端口情况

    # netstat tunelp
    

    发现原来CmsWing下面的端口是这样的 :::3680

    所以,这个问题原因找到到了,在CmsWing src/config/config.production.js 里面加一句 host:127.0.0.1,

    done

    相关文章

      网友评论

          本文标题:程序日记2018-05-06

          本文链接:https://www.haomeiwen.com/subject/ctjyrftx.html