Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-12-18 14:18:00 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:53:55 +0300
commit6bb7a19c2b4b130438cc4f24512feac9941a9b02 (patch)
treefeb4edbfb34f98e850d48e7752fe429818b05a88 /doc/pages/administration.md
parent5e8675c15bf5a56764d943918b2260209c002776 (diff)
Revert "Small lines improvement [ci skip]"
This reverts commit 0d73bd93bab349d84910cf14773633b8a66df466.
Diffstat (limited to 'doc/pages/administration.md')
-rw-r--r--doc/pages/administration.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md
index 8df861f70ec..29762829819 100644
--- a/doc/pages/administration.md
+++ b/doc/pages/administration.md
@@ -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