gitlab将主机名更改为ip / gitlab

时间:2017-07-14 09:54:22

标签: gitlab ubuntu-16.04 apache2.4

我使用本手册https://docs.gitlab.com/ce/install/installation.html

从源代码安装了Gitlab

现在GitLab正在处理地址http://gitlab.example。我想将主机名更改为192.168.1.1/gitlab。

I changed in file /home/git/gitlab/config/gitlab.yml
host: gitlab.example to host: 192.168.1.1/gitlab

in file /home/git/gitlab-shell/config.yml
gitlab_url: http://gitlab.example 
to gitlab_url: http://192.168.1.1/gitlab

I use Apache2.4 and configure with this example 
https://gitlab.com/gitlab-org/gitlab-recipes/blob/master/web-server/apache/gitlab-apache24.conf

I changed ServerName gitlab.example to gitlab or 192.168.1.1/gitlab

但它不起作用。 我忘记了什么?如何更改gitlab的URL。 我可以同时使用gitlab.example和192.168.1.1/gitlab吗? 谢谢你的回答。

1 个答案:

答案 0 :(得分:0)

服务器名称不能包含/,因此192.168.1.1/gitlab无效。 您可以尝试简单地192.168.1.1

但如果你不知道如何配置apache,你可能想尝试安装ombnibus ......