Commit e52cb32f9a38beaad5b845d21959cd2e24497cc3

Authored by Dmitriy Zaporozhets
2 parents 5ef3b384 4e97ac2e

Merge pull request #686 from fixe/patch-1

Fixed typo
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/installation.md
... ... @@ -224,7 +224,7 @@ Edit /etc/nginx/nginx.conf. Add next code to **http** section:
224 224  
225 225 server {
226 226 listen YOUR_SERVER_IP:80;
227   - server_name gitlab.YOUR_SUBDOMAIN.com;
  227 + server_name gitlab.YOUR_DOMAIN.com;
228 228 root /home/gitlab/gitlab/public;
229 229  
230 230 # individual nginx logs for this gitlab vhost
... ... @@ -251,7 +251,7 @@ Edit /etc/nginx/nginx.conf. Add next code to **http** section:
251 251  
252 252 }
253 253  
254   -mygitlab.com - change to your domain.
  254 +gitlab.YOUR_DOMAIN.com - change to your domain.
255 255  
256 256 Restart nginx:
257 257  
... ...