Commit 25123d06 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs/gitlab-pages-external-server' into 'master'

Document access control for a seperate GitLab pages server

See merge request gitlab-org/gitlab!77093
parents acad3674 eecddbbf
......@@ -695,6 +695,9 @@ database encryption. Proceed with caution.
pages_external_url "http://<pages_server_URL>"
gitlab_pages['gitlab_server'] = 'http://<gitlab_server_IP_or_URL>'
## If access control was enabled on step 3
gitlab_pages['access_control'] = true
```
1. If you have custom UID/GID settings on the **GitLab server**, add them to the **Pages server** `/etc/gitlab/gitlab.rb` as well,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment