Revert "Small lines improvement [ci skip]"

This reverts commit 0d73bd93bab349d84910cf14773633b8a66df466.
This commit is contained in:
Kamil Trzcinski 2015-12-18 12:18:00 +01:00 committed by James Edwards-Jones
parent 5e8675c15b
commit 6bb7a19c2b
1 changed files with 1 additions and 3 deletions

View File

@ -83,8 +83,7 @@ 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:
@ -114,7 +113,6 @@ 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