I have Nginx Proxy Manager as my 1st point of entry into my network for 80,443 which then routes out to the various containers. However I have a GitLab container that I wish to have using it's own built in LetsEncrypt setup for certs. I am trying to reverse proxy through the git.domain.com to that container just as HTTP to the IP and Port and wanting to get the GitLab Container pulling it's own certs using it's own lets encrypt. Is this possible? And If so is there anything special needed for the 1st point of entry Nginx Reverse Proxy?
I have Nginx Proxy Manager as my 1st point of entry into my network for 80,443 which then routes out to the various containers. However I have a GitLab container that I wish to have using it's own built in LetsEncrypt setup for certs. I am trying to reverse proxy through the git.domain.com to that container just as HTTP to the IP and Port and wanting to get the GitLab Container pulling it's own certs using it's own lets encrypt. Is this possible? And If so is there anything special needed for the 1st point of entry Nginx Reverse Proxy?