General question: caddy in front of nginx (apache lightppd...)

I habe a proxmox server with several lxcs.
On the proxmox host I run caddy, to reverse proxy to/from all of the lxcs. I configured most of the lxcs to just host a site at :80, so that I can use caddy to forward external traffic to lxc1(2,3,4,5,…):80.
Sometimes, its not easily possible to restrict the lxc on :80. In this particular case, I try to run bigbluebutton with greenlight. This setup brings a standard nginx, listening on :80 and :443 with. So when I just use caddy to forward, I get redirection loops.
Can I use caddy in this case, without changing anything to bbb?

This topic was automatically closed after 30 days. New replies are no longer allowed.