<div dir="ltr">I intermittently receive redirects to `<a href="http://127.0.0.1">http://127.0.0.1</a>` on requests to <a href="https://www.osgeo.org">https://www.osgeo.org</a> or any of its subpages. Not sure what the appropriate channel is for this. I am guessing that one of the webservers behind a load balancer has a misconfigured NGINX.<div><br></div><div>```sh</div><div>▶ curl <a href="https://www.osgeo.org/">https://www.osgeo.org/</a> -I<br>HTTP/1.1 302 Found<br>Server: nginx<br>Date: Wed, 16 Sep 2026 16:47:07 GMT<br>Content-Type: text/html; charset=UTF-8<br>Connection: keep-alive<br>Location: <a href="http://127.0.0.1">http://127.0.0.1</a><br>X-XSS-Protection: 1; mode=block<br>X-Download-Options: noopen<br>X-Permitted-Cross-Domain-Policies: none<br>Referrer-Policy: no-referrer<br>X-Content-Type-Options: nosniff<br>X-Frame-Options: SAMEORIGIN<br>Front-End-Https: on</div><div>```</div><div><br></div><div>Anthony Lukach</div></div>