Skip to content
Snippets Groups Projects
Commit 5b88c1e3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #1336 from mmonge/install_nginx_fix

nginx vhost standard
parents a6026c9c 491f6379
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment