刘志国

Results 4 comments of 刘志国

我也遇到端口号问题了,最新版1.87存在两个问题:1.rb里脚本的fetch没端口号;2.cdx/bg-sprite.png背景图没端口号; 端口号问题解决: 1.fetch请求可以通过重写fetch方法解决,背景图不知道可不可以根据监听样式修改; `window.fetch = function (url, initData) { const that = this; if (url && url.indexOf(location.host) === -1 && url.indexOf(location.hostname) !== -1) { url = url.replace(location.hostname, location.host); }; return...

我的完整nginx配置,配置里有引入外边文件,是从nginx-proxy-manager里拷的 ;1.87版是正常的,登录后聊天记录问题要更新js文件。 因为443已经被frp占了,又不想frps再走一层代理才这样用的,着实废了番脑筋。 ``` user root; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile...

我也是看其他isuues配置的,这段websockert的配置有没有配置 ``` map $http_upgrade $connection_upgrade { default upgrade; '' close; } ``` ERR_TOO_MANY_REDIRECTS 是重定向次数过多吧。内地服务器还是香港或海外的的,我的是香港的。内地服务器要配置代理,可能代理配置有问题。

是因为微软页面更新的。要更新下web目录下的几个js文件