Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
487 views
in Technique[技术] by (71.8m points)

nginx - how to configure gitlab-ce server can run in existing apache2 from cpanel in vps?

I've created a subdomain on cpanel gitlab.mydomain.com, I've changed :

web_server['external_users']=['www-data'] #and create that user

nginx['enable']=false

external_url='http://gitlab.mydomain.com'

and change DocumentRoot in httpd.conf apache to /opt/gitlab/embedded/service/gitlab-rails/public

i run :

gitlab-ctl reconfigure

gitlab-ctl stop nginx

restart service apache2

But, that still not working, just show page list of file 404.html, ect

question from:https://stackoverflow.com/questions/65948682/how-to-configure-gitlab-ce-server-can-run-in-existing-apache2-from-cpanel-in-vps

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...