Commit 491f6379 authored by Marvin Monge's avatar Marvin Monge

nginx vhost standard

parent 51558bd5
......@@ -246,12 +246,13 @@ You can login via web using admin generated with setup:
Add gitlab to nginx sites & change with your host specific settings
cp /home/gitlab/gitlab/lib/support/nginx-gitlab /etc/nginx/sites-enabled/gitlab
sudo cp /home/gitlab/gitlab/lib/support/nginx-gitlab /etc/nginx/sites-available/gitlab
sudo ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
# Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN**
# to the IP address and fully-qualified domain name
# of the host serving GitLab.
vim /etc/nginx/sites-enabled/nginx-gitlab
sudo vim /etc/nginx/sites-enabled/gitlab
Restart nginx:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment