Frigate proxy add on - nginx: [emerg] invalid host in upstream "https://192.168.0.8:5000"

I’m getting this error on the frigate proxy addon

[09:41:51] INFO: Starting NGinx…
nginx: [emerg] invalid host in upstream “https://192.168.0.8:5000” in /etc/nginx/includes/upstream.conf:2

I think I know why but I don’t know how to fix it

I have frigate setup on a bare mental PC in docker and accessing
Frigate

I works fine

I think the problem is
https://192.168.0.8:5000/
doesn’t work and I’m now stuck - can I add an SSL?

Help appreciated

M

You’ll want to connect via http not https for the proxy addon.

I completely missed that obvious answer but I was wrong - I now get

[19:32:24] INFO: Starting NGinx…
nginx: [emerg] invalid host in upstream “http://192.168.0.8:5000” in /etc/nginx/includes/upstream.conf:2

I figured it out you DO MUST not put HTTP or HTTPS in front of the address.