Logger: homeassistant.components.http.forwarded
Source: components/http/forwarded.py:91
Integration: HTTP (documentation, issues)
First occurred: 22:35:37 (6 occurrences)
Last logged: 22:35:40
A request from a reverse proxy was received from 192.168.1.235, but your HTTP integration is not set-up for reverse proxies
按照@dscao大佬的帖子教程,在configuration.yaml加入以下代码:
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.235/24 # Add the IP address of the proxy server