NGinx w/ Hassio broke

I’ve had a working config for a while, I am using DuckDNS and NGINX add-ons with Hassio. After last upgrade the dynamic dns isn’t working. I get bad request. I see some breaking changes in the area but not how to fix it for these add-ons?

1 Like

add to your configuration.yaml

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - XXX.XXX.XXX.XXX # ip address you see in the logs for the bad request errors
  ip_ban_enabled: true
  login_attempts_threshold: 5
1 Like