Skip to content

Commit 6965a17

Browse files
committed
Fix typos
1 parent 2e2b4c0 commit 6965a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/centos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ Check if GitLab and its environment are configured correctly:
551551

552552
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
553553

554-
### Start your GitLab instance:
554+
### Start your GitLab instance
555555

556556
service gitlab start
557557

@@ -573,7 +573,7 @@ To do so, follow the instructions provided by the [nginx wiki][nginx-centos] and
573573
chkconfig nginx on
574574
wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/web-server/nginx/gitlab-ssl
575575

576-
Edit `/etc/nginx/conf.d/gitlab` and replace `git.example.com` with your FQDN. Make sure to read the comments in order to properly set up ssl.
576+
Edit `/etc/nginx/conf.d/gitlab.conf` and replace `git.example.com` with your FQDN. Make sure to read the comments in order to properly set up SSL.
577577

578578
Add `nginx` user to `git` group:
579579

0 commit comments

Comments
 (0)