Skip to content

Commit d3c44c9

Browse files
committed
Merge branch 'add_nginx_repo' into 'master'
Add Nginx Repo. Fix #15 Fixes #15
2 parents 9d9fb0d + 788b8a5 commit d3c44c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install/centos/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ Use either Nginx or Apache, not both. Official installation guide recommends ngi
470470

471471
### Nginx
472472

473+
You will need a new version of nginx otherwise you might encounter an issue like [this][issue-nginx].
474+
To do so, follow the instructions provided by the [nginx wiki][nginx-centos] and then install nginx with:
475+
476+
yum update
473477
yum -y install nginx
474478
chkconfig nginx on
475479
wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/web-server/nginx/gitlab-ssl
@@ -579,4 +583,6 @@ nobody can access your GitLab by using this login information later on.
579583
[SDL]: https://puias.math.ias.edu
580584
[PU]: http://www.princeton.edu/
581585
[IAS]: http://www.ias.edu/
582-
[keys]: https://fedoraproject.org/keys
586+
[keys]: https://fedoraproject.org/keys
587+
[issue-nginx]: https://github.com/gitlabhq/gitlabhq/issues/5774
588+
[nginx-centos]: http://wiki.nginx.org/Install#Official_Red_Hat.2FCentOS_packages

0 commit comments

Comments
 (0)