解決502-Whoops, GitLab is taking too much time to respond

gitlab服務器出席問題502-Whoops, GitLab is taking too much time to respond。
這種問題的解決方式是,加大相應等待時間。
修改gitlab.rb文件
root@chenrui:/etc/gitlab# vim /etc/gitlab/gitlab.rb
在gitlab.rb中添加
unicorn['worker_processes'] = 3
unicorn['worker_timeout'] = 60
在重新配置gitlab
sudo gitlab-ctl reconfigure
在瀏覽器中連接gitlab嘗試一下,如果繼續失敗問題的詳細表述在這裏 https://gitlab.com/gitlab-org/gitlab-ce/issues/30095

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章