Home assistant NGINX Proxy Manager help

Hi! I need help pointing my new domain to my new machine.

I have home assistant running on a virtual machine in Ubuntu, i have the NGINX Proxy Manager addon installed. The internal IP is 192.168.1.116, the domain is XXXX.duckdns.org. I have port 443 forwarded to this machine in my router. Everything works perfectly.

Now I have another computer with ip 192.168.1.48 with IMMICH running on Linux, and i have the domain XXXX.XXXX.com pointing to my public IP. In NGINX Proxy Manager i added the domain as host and pointed to the port (2283 in this case). When i reach this domain it just shows me the home assistant login screen.

Anyone able to help me figure this out? In my congiguration. yaml i have:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24
    - 172.0.0.0/8 # You may also provide the subnet mask

Did you enable websocket support?

Did you check HA’s logfile?

I did try with and without websocket support, none works, but i left it enabled.
I also tried enabling and disabling the common exploits option.
There is nothing in the HA logs related to that.