Hello everyone, I’m using a PHP visualization panel tool that provides a quick LNMP environment and supports Nginx reverse proxy. I want to use the Nginx of this panel for reverse proxy to manage domain names. However, I also want to use the non-docker version of Jitsi Meet. When installing Jitsi Meet, I don’t want to bind to a specific domain name but use something like localhost and then reverse proxy it.
This idea works well in the docker version, but I want to know how to implement it in the non-docker version. Thank you.