Subdomain for webmin/virtualmin instead port 10000 ??

This question been asked a few years back (2011) and It seems back then its was not possible without chaining over to Apache and potentially braking things (1) (2) (3) … Has this changed?

is it possible to achieve something like:

https://console.domain.tld

instead of:

https://console.domain.tld:10000

I haveconsole.domain.tld in my SSL Cert, just really dislike the look of the 10000 port at then end, when giving to end users.

Thanks.

If it were me, I would probably use the reverse proxy feature in nginx for that… but that would mean you need to use nginx instead of apache on port 80

https://www.nginx.com/resources/admin-guide/reverse-proxy/