Commit f8fc84f8 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Kati Paizee

Clarify Running GitLab Pages on a separate server Reconfigure steps

parent e2b0cc80
...@@ -747,7 +747,7 @@ database encryption. Proceed with caution. ...@@ -747,7 +747,7 @@ database encryption. Proceed with caution.
mv /var/opt/gitlab/gitlab-rails/shared/pages/gitlab-secrets.json /etc/gitlab/gitlab-secrets.json mv /var/opt/gitlab/gitlab-rails/shared/pages/gitlab-secrets.json /etc/gitlab/gitlab-secrets.json
``` ```
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect. 1. [Reconfigure the **Pages server**](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
1. On the **GitLab server**, make the following changes to `/etc/gitlab/gitlab.rb`: 1. On the **GitLab server**, make the following changes to `/etc/gitlab/gitlab.rb`:
...@@ -757,7 +757,7 @@ database encryption. Proceed with caution. ...@@ -757,7 +757,7 @@ database encryption. Proceed with caution.
pages_nginx['enable'] = false pages_nginx['enable'] = false
``` ```
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect. 1. [Reconfigure the **GitLab server**](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
It's possible to run GitLab Pages on multiple servers if you wish to distribute It's possible to run GitLab Pages on multiple servers if you wish to distribute
the load. You can do this through standard load balancing practices such as the load. You can do this through standard load balancing practices such as
......
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