I’m using Nginx as a reverse proxy so I can take my HA instance (at 172.16.10.131:8123) to just homeassistant/
However, I keep getting
2024-07-06 15:30:57.440 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 172.16.10.132, but your HTTP integration is not set-up for reverse proxies
Following other topics, I’ve added my nginx IP to compose.yml, with the following:
2024-07-06 15:30:57.440 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 172.16.10.132, but your HTTP integration is not set-up for reverse proxies
what IP to add (and had been doing that). Just indentation was screwing me up.
Hi guys after weeks of f***ing around. In your Nginx proxy server add the following to clear the X-Forwarded-For information passed on:
proxy_set_header X-Forwarded-For “”;