练涛
摘要: 项目部署使用nginx配置转发后,会导致获取服务器本身ip和,客户端ip都会有异常 需要配置下面三个proxy_set_header: location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; 阅读全文
posted @ 2020-10-14 16:33 练涛 阅读(473) 评论(0) 推荐(0) 编辑