We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57d902 commit e071dcaCopy full SHA for e071dca
web-server/nginx/README.md
@@ -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
5
## CentOS related Nginx notes
6
7
### Different conf directories
@@ -25,3 +29,5 @@ or replace the default `nginx` user with `git` and group `root` in `/etc/nginx/n
25
29
26
30
#user nginx;
27
31
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