How to allow multiple domains in NGINX Home Assistant SSL proxy addon in HA for security access

Hi

domain: xxx.duckdns.org
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf

Since my company DNS blocks duckdns.org, I cannot access to HA from office. I tried to use another xxx.com domain, while still want to keep access duckdns.org out of home. How can config Nginx for this goal?

BTW: Where are those nginx *.conf files for Nginx add-on in HA? I searched in HA but didn’t find the location.

Just in case anyone else lands here looking for an answer

domain: foo.mydomain.net foo2.mydomain.net foobar.mydomain.net

works

BUT remember that you’ll be sharing a single certificate so as long as your cert is *.mydomain.net you’ll be fine

OK I need to add vhosts… Guess this from the documentation solves that too

Option customize.servers (required)
The filename(s) of the NGINX configuration for the additional servers, found in the /share directory.