反向代理502 Bad Gateway nginx
一般出现这个问题原因是你的代理地址是非https的,而被代理的地址是https的,解决方案 完整的反向代理代码: #PROXY-START/ location ^~ / { #被代理的地址 proxy_pass http://your-backend-server; proxy_set_header Host abacus.zhucn.org; …
951 2024-06-29 去围观一般出现这个问题原因是你的代理地址是非https的,而被代理的地址是https的,解决方案 完整的反向代理代码: #PROXY-START/ location ^~ / { #被代理的地址 proxy_pass http://your-backend-server; proxy_set_header Host abacus.zhucn.org; …
951 2024-06-29 去围观