Has anyone deployed a production instance of Mender behind an nginx reverse proxy?

I’m already using traefik on this server and have had absolutely zero luck with getting mender to work behind traefik. So now I have an nginx reverse proxy instance which traefik is pointing to. So I am trying to get mender to work behind the reverse proxy and I am getting 503 error. Does anyone have any pointers or configs to share? I have edited my mender docker compose yaml to add the network and the virtual hostname for what i want my nginx proxy to point to

I ended up just setting up an external IP address and a new internal NIC for Mender. Worked great because I already use traefik for other services running on this machine. seems that using two IP addresses is the best way to manage getting Mender on a machine with traefik and other services already running.