nginx vhost standard

This commit is contained in:
Marvin Monge 2012-08-29 19:11:22 -06:00
parent 51558bd57a
commit 491f63794b
1 changed files with 3 additions and 2 deletions

View File

@ -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: