Commit 92decc1c authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'patch-256' into 'master'

Fix docs for pages on the separate server

See merge request gitlab-org/gitlab!45494
parents bd8fec17 17fdf36f
...@@ -597,7 +597,7 @@ database encryption. Proceed with caution. ...@@ -597,7 +597,7 @@ database encryption. Proceed with caution.
```ruby ```ruby
pages_external_url "http://<pages_server_URL>" pages_external_url "http://<pages_server_URL>"
gitlab_pages['enable'] = false gitlab_pages['enable'] = false
gitlab_rails['pages_enabled']=false pages_nginx['enable'] = false
gitlab_rails['pages_path'] = "/mnt/pages" gitlab_rails['pages_path'] = "/mnt/pages"
``` ```
......
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