外网端口8889映射内网nginx的80端口,访问时浏览器掉端口解决方案

原配置 server { listen 80; server_name 127.0.0.1; location /gwzt/ { proxy_pass http://127.0.0.1:3000/gwzt/; } } 分析 请求首先被发送到 http: ......

Js全局错误弹出

window.onerror = handleError function handleError(msg, url, l) { var txt = "There was an error on this page.\n\n"; txt += "Error ......

The request client is not a secure context and the resource is in more-private address space private

问题 突然间文档平台http://doc.xxx.cn所有视频无法播放,控制台报错如下: Access to XMLHttpRequest at 'https://xxx.yyy.com?accessKey=Y7TkK6ML2Pt0TAht&fra ......