使用的rewrite跳转的, 想知道能否获取当前nginx服务器的ip,传递给跳转的页面,有多个nginx服务器用作分流,不好使用硬编码
rewrite ^/(.*)$ http://xxx/a.php?id=/ permanent;
认证0级讲师
建议传递hostname, 这个nginx是支持的nginx_doc. 当然前提是集群中的hostname是唯一的.
如果非要传递IP也不是不可以, 但是那就需要一点magic了.
建议传递hostname, 这个nginx是支持的nginx_doc. 当然前提是集群中的hostname是唯一的.
如果非要传递IP也不是不可以, 但是那就需要一点magic了.