Small lines improvement [ci skip]

This commit is contained in:
Achilleas Pipinellis 2015-12-17 21:29:24 +02:00 committed by James Edwards-Jones
parent 6fd06943f9
commit 4e03436bef
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,8 @@ See the relevant documentation at <http://doc.gitlab.com/omnibus/settings/pages.
server_name *.gitlabpages.com;
```
You must be add `*` in front of your domain, this is required to catch all subdomains of gitlabpages.com.
You must be add `*` in front of your domain, this is required to catch all
subdomains of `gitlabpages.com`.
1. Restart Nginx and GitLab:
@ -113,6 +114,7 @@ required.
port: 443 # Set to 443 if you serve the pages with HTTPS
https: true # Set to true if you serve the pages with HTTPS
```
1. Copy the `gitlab-pages-ssl` Nginx configuration file:
```bash