1

For the longest time I ran GitLab on HTTP and my Tomcat on HTTPS, but now I would like to run both of them on HTTPS.

I own a website url, lets say its called https://www.example.com. I would like to let my tomcat instance handle everything that is not https://www.example.com/gitlab. Is this possible? Both services are running on different ports and my problem is, that if I open tomcat first, it will handle all HTTPS requests and if I open GitLab then it will handle all HTTPS requests

1 Answers1

0

Just add Apache or nginx as a reverse proxy before the two services and let them forward the requests.

Sven
  • 98,649
  • 14
  • 180
  • 226