Commit 4e03436b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by James Edwards-Jones

Small lines improvement [ci skip]

parent 6fd06943
...@@ -83,7 +83,8 @@ See the relevant documentation at <http://doc.gitlab.com/omnibus/settings/pages. ...@@ -83,7 +83,8 @@ See the relevant documentation at <http://doc.gitlab.com/omnibus/settings/pages.
server_name *.gitlabpages.com; 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: 1. Restart Nginx and GitLab:
...@@ -113,6 +114,7 @@ required. ...@@ -113,6 +114,7 @@ required.
port: 443 # Set to 443 if you serve the pages with HTTPS port: 443 # Set to 443 if you serve the pages with HTTPS
https: true # Set to true 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: 1. Copy the `gitlab-pages-ssl` Nginx configuration file:
```bash ```bash
......
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