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

Merge pull request #686 from fixe/patch-1

Fixed typo
parents 5ef3b384 4e97ac2e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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:
 
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