Git over HTTP?
So I'm running the omnibus package but with my own previous nginx install. Everything works except for git over http.
- Website works great.
- Git over ssh works great.
Git over http I get this error:
Cloning into 'myrepo'...
fatal: unable to access 'http://epicgeeks.net/sean/myrepo.git/': The requested URL returned error: 502```
This was working find until I did and apt-get upgrade this morning.
Error I'm getting in the gitlab_error.log file is as follows:
```2015/12/07 13:48:11 [error] 20023#0: *15 connect() to unix://var/opt/gitlab/gitlab-git-http-server/socket failed (111: Connection refused) while connecting to upstream, client: 70.76.176.133, server: epicgeeks.net, request: "GET /sean/myrepo.git/info/refs?service=git-upload-pack HTTP/1.1", upstream: "http://unix://var/opt/gitlab/gitlab-git-http-server/socket:/sean/myrepo.git/info/refs?service=git-upload-pack", host: "epicgeeks.net"```