Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 7e27f82

Browse files
committed
Add nginx config check to installation.md
1 parent 81475c9 commit 7e27f82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Make sure to edit the config file to match your setup:
181181
# of your host serving GitLab CI
182182
sudo editor /etc/nginx/sites-enabled/gitlab_ci
183183

184+
## Check your configuration
185+
186+
sudo nginx -t
187+
184188
## Reload configuration
185189

186190
sudo /etc/init.d/nginx reload

0 commit comments

Comments
 (0)