Git clone through Nginx proxy for Gitlab server is not working
问题 My Nginx Server is acting as a proxy for a Gitlab Server, the problem is when I try " **git clone git@gitlab.example.com:username/project.git** " I'm unable to clone the project [it is not tunneling from Nginx server to Gitlab server] When I update my local system's /etc/hosts file with IP Address of Gitlab Server then it clones fine without password [I've updated my profile with SSH Public Key on Gitlab]. So I came to the conclusion that I've to update my Nginx Configuration with rules that