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

Commit 7e97748

Browse files
committed
NGINX config also does not need to be downloaded because it is in the repo we've checked out
1 parent e8c33c7 commit 7e97748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Start your GitLab instance:
170170

171171
Download an example site config:
172172

173-
sudo wget https://raw.github.com/gitlabhq/gitlab-ci/master/lib/support/nginx/gitlab_ci -P /etc/nginx/sites-available/
173+
sudo cp /home/gitlab_ci/gitlab-ci/lib/support/nginx/gitlab_ci /etc/nginx/sites-available/gitlab_ci
174174
sudo ln -s /etc/nginx/sites-available/gitlab_ci /etc/nginx/sites-enabled/gitlab_ci
175175

176176
Make sure to edit the config file to match your setup:

0 commit comments

Comments
 (0)