Option 'http' does not exist in the schema for NGINX

Doing a new setup, first time trying HA OS, struggling with the SSL part, keep getting 400: Bad Request

Logs say

2022-01-04 10:22:06 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 172.30.33.1, but your HTTP integration is not set-up for reverse proxies

and under supervisor the logs say

22-01-04 10:22:32 INFO (SyncWorker_0) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-nginx_proxy with version 3.1.0
22-01-04 10:22:32 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
22-01-04 10:22:33 WARNING (MainThread) [supervisor.addons.options] Option 'http' does not exist in the schema for NGINX Home Assistant SSL proxy (core_nginx_proxy)
22-01-04 10:22:34 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from core_nginx_proxy

and in my nginx config i did add

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.1

I suspect the issue is HA saying the http section doesnt exist? I tried updating and currently ruinning latest
core-2021.12.7
supervisor-2021.12.2

Suggestions on what/where to kick stuff?

Those lines are for Home Assistant - you add them to configuration.yaml not the NGINX config

1 Like

Oh, I completely missed that. Thanks!

A post was split to a new topic: Nginx problems