Gitlab Access error Whoops, GitLab is taking too much time to respond

Gitlab is taking too much time to respond

gitlab access error whoops, gitlab is taking too much time to respond

 

problem positioning

problem location port 8080 is occupied:

 

Solutions

solution 01:

Kill the process occupying port 8080

Or uninstall the software that occupies port 8080

Modify the running port of the program occupying port 8080

Restart gitlab

solution 02:

external_ URL add an unused port

external_url 'http://192.168.45.146

can be changed to unused port:

external_url 'http://192.168.45.146:8899'

open the following three lines of comments
Default comments:

unicorn['port'] = 8088
postgresql['shared_buffers'] = "256MB"
postgresql['max_connections'] = 200

 

Restart gitlab, Done!

Similar Posts: