Skip to content

Commit e071dca

Browse files
committed
Add instructions where to find the nginx config
1 parent a57d902 commit e071dca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web-server/nginx/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Nginx config moved to official repository
2+
3+
You can find the nginx config in [GitLab official repository][gitlab].
4+
15
## CentOS related Nginx notes
26

37
### Different conf directories
@@ -25,3 +29,5 @@ or replace the default `nginx` user with `git` and group `root` in `/etc/nginx/n
2529

2630
#user nginx;
2731
user git root;
32+
33+
[gitlab]: https://gitlab.com/gitlab-org/gitlab-ce/tree/master/lib/support/nginx "Nginx config for GitLab"

0 commit comments

Comments
 (0)