摘要: 在使用nginx方向代理后 Remote Address代表的就是服务器的ip地址,而不是客户端的ip地址了,想要获取真实ip,就需要在nginx里面配置 worker_processes 1; events { worker_connections 1024; } http { include m 阅读全文
posted @ 2022-05-13 00:44 板凳哲学家 阅读(456) 评论(0) 推荐(0)