# Обратные прокси

Если используется обратный прокси типа Nginx proxy manager, то:

В <span class="terminology">`configuration.yaml`</span>

http:  
 use\_x\_forwarded\_for: true  
 trusted\_proxies:  
\- 10.0.0.200 # Add the IP address of the proxy server  
\- 172.30.33.0/24 # You may also provide the subnet mask

[https://www.home-assistant.io/integrations/http](https://www.home-assistant.io/integrations/http)