且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用302时Nginx负载均衡器错误

更新时间:2022-11-03 15:17:15

使用Google Canary解析.

Resolved using google canary.

使用canary,如果我将内容直接重定向到我的三个上游服务器之一,它将起作用. 如果我重定向到上游名称(即CDN-音频(或视频)),浏览器将无法解析名称.

With canary, it works if i redirect content directly to one of my three upstream server. If i redirect to upstream name (i.e. cdn-audio(or video)) the browser cannot resolve name.

我听说过Nginx的lua-upstream-module,有人可以帮我吗?

I've heard about lua-upstream-module for nginx, can someone help me?