summaryrefslogtreecommitdiff
path: root/doc/pages/administration.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-17 21:29:24 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:53:55 +0000
commit4e03436befb2c912549440236456c063aa628e51 (patch)
tree87d160970e2c78292351336bbabf20ebf8ee6bd4 /doc/pages/administration.md
parent6fd06943f9135fcaa406f8df0c016981067638a5 (diff)
downloadgitlab-ce-4e03436befb2c912549440236456c063aa628e51.tar.gz
Small lines improvement [ci skip]
Diffstat (limited to 'doc/pages/administration.md')
-rw-r--r--doc/pages/administration.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index 28e975e5621..7feeddd496b 100644
--- a/doc/pages/administration.md
+++ b/doc/pages/administration.md
@@ -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