我正在按照以下说明安装gitlab:https : //github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md
一切顺利,直到#7。nginx。我对此特定说明有疑问
# Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN**
# to the IP address and fully-qualified domain name
# of your host serving GitLab
sudo vim /etc/nginx/sites-available/gitlab
我可以分别将127.0.0.1和localhost用作YOUR_SERVER_IP和YOUR_SERVER_FQDN吗?我真的不想使用任何.coms,这个gitlab将在内部使用。
当我访问localhost时,它显示502 Bad Gateway。
我的error_log文件内容
2013/03/24 09:18:21 [crit] 12152#0: *1 connect() to unix:/home/git/gitlab/tmp/sockets/gitlab.socket failed (2: No such file or directory) while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "http://unix:/home/git/gitlab/tmp/sockets/gitlab.socket:/", host: "localhost"
非常感谢您的帮助。谢谢。
您能否显示与502 Bad Gateway错误相关的nginx日志的输出?您将需要此问题的更多详细信息来缩小问题发生的范围。
—
马克·斯坦尼斯拉夫
@MarkStanislav,您好,我更新了问题以包含错误日志。
—
伊亚斯13-3-25