Merge pull request #3863 from crazyscience/patch-4

Fixed a nginx configuration
This commit is contained in:
Dmitriy Zaporozhets 2013-05-13 02:28:46 -07:00
commit edcdbd671b
1 changed files with 4 additions and 3 deletions

View File

@ -262,9 +262,10 @@ Download an example site config:
Make sure to edit the config file to match your setup:
# Change **YOUR_SERVER_IP** and **YOUR_SERVER_FQDN**
# to the IP address and fully-qualified domain name
# of your host serving GitLab
# **YOUR_SERVER_FQDN** to the fully-qualified
# domain name of your host serving GitLab. Also, replace
# the 'listen' line with the following:
# listen 80 default_server; # e.g., listen 192.168.1.1:80;
sudo vim /etc/nginx/sites-available/gitlab
## Restart