Commit f8dc5f8d authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-47' into 'master'

Fix missing quote in Wildcard domains section

See merge request gitlab-org/gitlab-ce!25773
parents 41c62521 bdcbb1ba
......@@ -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:
......
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