Commit 17fdf36f authored by Vladimir Shushlin's avatar Vladimir Shushlin Committed by Vladimir Shushlin

Fix docs for pages on the separate server

`gitlab_rails['pages_enabled']=false`
actually disables UI for pages in GitLab
it was added here as a fix for NGINX:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41657/diffs

But the right way to do it is to just disable pages NGINX directly
parent 2ae8ab3a
......@@ -597,7 +597,7 @@ database encryption. Proceed with caution.
```ruby
pages_external_url "http://<pages_server_URL>"
gitlab_pages['enable'] = false
gitlab_rails['pages_enabled']=false
pages_nginx['enable'] = false
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