摘要:
nginx初始配置为 location ^~ /lucas/ { proxy_pass http://xxxx:8080/lucas/; } 把配置加多几行参数,解决访问域名又自动切换回IP location ^~ /lucas/ { proxy_set_header X-Real-IP $remo 阅读全文
posted @ 2020-08-20 10:28
RealWorld♂
阅读(5148)
评论(0)
推荐(1)