Merge branch 'patch-47' into 'master'
Fix missing quote in Wildcard domains section See merge request gitlab-org/gitlab-ce!25773
This commit is contained in:
commit
f8dc5f8d98
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ The Pages daemon doesn't listen to the outside world.
|
|||
|
||||
```
|
||||
gitlab_pages_enabled=true
|
||||
gitlab_pages_options="-pages-domain example.io -pages-root $app_root/shared/pages -listen-proxy 127.0.0.1:8090
|
||||
gitlab_pages_options="-pages-domain example.io -pages-root $app_root/shared/pages -listen-proxy 127.0.0.1:8090"
|
||||
```
|
||||
|
||||
1. Copy the `gitlab-pages` Nginx configuration file:
|
||||
|
|
Loading…
Reference in a new issue