diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-04-17 23:32:53 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-04-17 23:32:53 -0700 |
commit | e52cb32f9a38beaad5b845d21959cd2e24497cc3 (patch) | |
tree | d5615e4a3398336434fd15565bafebffbb9ab81b | |
parent | 5ef3b384291252e4d2394186ec27685b9376eabe (diff) | |
parent | 4e97ac2e3bd1d76ceb7b2c5f63869fd7575fe3f2 (diff) | |
download | gitlab-ce-e52cb32f9a38beaad5b845d21959cd2e24497cc3.tar.gz |
Merge pull request #686 from fixe/patch-1
Fixed typo
-rw-r--r-- | doc/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.md b/doc/installation.md index a748f0e28e5..1150ea12b7b 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -224,7 +224,7 @@ Edit /etc/nginx/nginx.conf. Add next code to **http** section: server { listen YOUR_SERVER_IP:80; - server_name gitlab.YOUR_SUBDOMAIN.com; + server_name gitlab.YOUR_DOMAIN.com; root /home/gitlab/gitlab/public; # individual nginx logs for this gitlab vhost @@ -251,7 +251,7 @@ Edit /etc/nginx/nginx.conf. Add next code to **http** section: } -mygitlab.com - change to your domain. +gitlab.YOUR_DOMAIN.com - change to your domain. Restart nginx: |