Commit 4e97ac2e3bd1d76ceb7b2c5f63869fd7575fe3f2
1 parent
5ef3b384
Exists in
master
and in
4 other branches
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 | ... | ... |