diff options
| author | Marcia Ramos <virtua.creative@gmail.com> | 2019-06-25 17:55:04 +0100 |
|---|---|---|
| committer | Marcia Ramos <virtua.creative@gmail.com> | 2019-06-26 11:49:33 +0100 |
| commit | ebae72fbbc73533787ff8b90097fb21d44e2feca (patch) | |
| tree | ca870bb6915d1bf2a476d3fc6e2f557a9622d862 | |
| parent | 7c96aa6ec4ade5e799392597663e43ae0ed87703 (diff) | |
| download | gitlab-ce-ebae72fbbc73533787ff8b90097fb21d44e2feca.tar.gz | |
Document force https for Pages
| -rw-r--r-- | doc/user/project/pages/getting_started_part_three.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/project/pages/getting_started_part_three.md b/doc/user/project/pages/getting_started_part_three.md index aada1bc00dd..a8e709e28c5 100644 --- a/doc/user/project/pages/getting_started_part_three.md +++ b/doc/user/project/pages/getting_started_part_three.md @@ -300,3 +300,14 @@ NOTE: **Note:** regular text editors. Always use code editors (such as Sublime Text, Atom, Dreamweaver, Brackets, etc). +## Force HTTPS for GitLab Pages websites + +To make your website's visitors even more secure, you can choose to +force HTTPS for GitLab Pages. By doing so, all attempts to visit your +website via HTTP will be automatically redirected to HTTPS. + +It works with with both GitLab's default domain and with your custom +domain (as long as you've set a valid certificate for it). + +To enable this setting, navigate to your project's **Settings > Pages** +and tick the checkbox **Force HTTPS (requires valid certificates)**. |
