其他分享
首页 > 其他分享> > 打开gitlab报错502

打开gitlab报错502

作者:互联网

 

 

 一般是unicorn端口被占用了,unicorn默认端口是8080,如果机器上安装了tomcat的话就会端口占用,需要修改gitlab配置文件

[root@localhost ~]# vim /etc/gitlab/gitlab.rb 
### Advanced settings
# unicorn['listen'] = '127.0.0.1'
unicorn['port'] = 8082
然后需要执行gitlab-ctl reconfigure 注意:内存至少为2G

  

标签:配置文件,占用,gitlab,端口,报错,unicorn,502
来源: https://www.cnblogs.com/lucktomato/p/15168983.html