Commit eecddbbf authored by Julian Paul Dasmarinas's avatar Julian Paul Dasmarinas Committed by Russell Dickenson

Document access control for a seperate GitLab pages server

parent b6479a7c
...@@ -695,6 +695,9 @@ database encryption. Proceed with caution. ...@@ -695,6 +695,9 @@ database encryption. Proceed with caution.
pages_external_url "http://<pages_server_URL>" pages_external_url "http://<pages_server_URL>"
gitlab_pages['gitlab_server'] = 'http://<gitlab_server_IP_or_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, 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