Commit 4b671392 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'doc/fix-nginx-fail-to-restart' into 'master'

(bug) nginx fail to restart on gitlab main

See merge request gitlab-org/gitlab!41657
parents a8c7a277 bb83427a
......@@ -588,8 +588,9 @@ database encryption. Proceed with caution.
1. On the **GitLab server**, make the following changes to `/etc/gitlab/gitlab.rb`:
```ruby
gitlab_pages['enable'] = false
pages_external_url "http://<pages_server_URL>"
gitlab_pages['enable'] = false
gitlab_rails['pages_enabled']=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