Gitlab6.0 and Apache2
问题 please how to set Github 6.0 with Apache2? Gitlab is installed according to the original instructions Adjustment in Unicorn.rb ... #listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 64 #listen "127.0.0.1:8080", :tcp_nopush => true listen "127.0.0.1:8080" ... My Apache2 conf is : <VirtualHost *:80> ServerName git.domain.com ErrorLog /var/log/apache2/gitlab_error.log CustomLog /var/log/apache2/gitlab_access.log combined ProxyRequests Off ProxyPreserveHost On ProxyPass / http:/