###前提・実現したいこと
Gitlab-ceをVirtualBox上のCentOS7に導入し、Gitlab環境を新規構築したい
色々試しているのですが簡単には動作してくれない様子なので質問させて頂きました。
###発生している問題・エラーメッセージ
下記エラー表示が表示され、リポジトリ管理画面が表示できない状況です。
設定を変更したりして体操ができるものと考えトライしていますが。
現状解決できていません。
502
Whoops, GitLab is taking too much time to respond.
Try refreshing the page, or going back and attempting the action again.
Please contact your GitLab administrator if this problem persists.
###該当のソースコード
下記を設定
external_url 'http://192.168.10.231:8001'
redis['port'] = 8001
nginx['enable'] = true
nginx['redirect_http_to_https'] = true
nginx['listen_port'] = 8001
nginx['ssl_certificate'] = "/etc/gitlab/ssl/#{node['fqdn']}.crt"
nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/#{node['fqdn']}.key"
###試したこと
Gitlab-ceをCentOS7に導入し、Gitlab環境を新規構築したいと思い
下記公式サイトよりinstallタブを開き
CentOS7を選択して、記載されているコマンドを実行しました。
下記URLを参考に設定を該当のコードに書かせていただいた状態に変更しました。
http://toritori0318.hatenadiary.jp/entry/20140524/1400955383
その後、sudo gitlab-ctl reconfigureを実行し
sudo gitlab-ctl stopを実行し
sudo gitlab-ctl startを実行した後Web画面を開こうとするも上記エラー502が表示される状況です。
###補足情報(言語/FW/ツール等のバージョンなど)
環境:CentOS7

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。