Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
055b8230
Commit
055b8230
authored
Feb 21, 2016
by
Achilleas Pipinellis
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Changelog of GitLab Pages
parent
fd9916c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
7 deletions
+44
-7
doc/pages/administration.md
doc/pages/administration.md
+44
-7
No files found.
doc/pages/administration.md
View file @
055b8230
# GitLab Pages Administration
_**Note:** This feature was [introduced][ee-80] in GitLab EE 8.3_
> **Note:**
This feature was
[
introduced
][
ee-80
]
in GitLab EE 8.3.
This document describes how to set up the _latest_ GitLab Pages feature. Make
sure to read the
[
changelog
](
#changelog
)
if you are upgrading to a new GitLab
version as it may include new features and changes needed to be made in your
configuration.
If you are looking for ways to upload your static content in GitLab Pages, you
probably want to read the
[
user documentation
](
README.md
)
.
## Changes to GitLab Pages from GitLab 8.4 to 8.5
In GitLab 8.5 we introduced the [gitlab-pages daemon] which is now the
recommended way to set up GitLab Pages.
[
ee-80
]:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/80
The NGINX configs have changed to reflect this change.
...
...
@@ -177,5 +180,39 @@ Pages are part of the regular backup so there is nothing to configure.
You should strongly consider running GitLab pages under a different hostname
than GitLab to prevent XSS attacks.
[
ee-80
]:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/80
[
wiki-wildcard-dns
]:
https://en.wikipedia.org/wiki/Wildcard_DNS_record
## Changelog
GitLab Pages were first introduced in GitLab EE 8.3. Since then, many features
where added, like custom CNAME and TLS support, and many more are likely to
come. Below is a brief changelog. If no changes were introduced, assume that
the documentation is the same as the previous version(s).
---
**GitLab 8.5 ([documentation][8-5-docs])**
-
In GitLab 8.5 we introduced the
[
gitlab-pages
][]
daemon which is now the
recommended way to set up GitLab Pages.
-
The
[
NGINX configs
][]
have changed to reflect this change. So make sure to
update them.
-
Custom CNAME and TLS certificates support
[
8-5-docs
]:
https://gitlab.com/gitlab-org/gitlab-ee/blob/8-5-stable-ee/doc/pages/administration.md
[
gitlab-pages
]:
https://gitlab.com/gitlab-org/gitlab-pages/tree/v0.2.0
[
NGINX configs
]:
https://gitlab.com/gitlab-org/gitlab-ee/tree/8-5-stable-ee/lib/support/nginx
---
**GitLab 8.4**
No new changes.
---
**GitLab 8.3 ([documentation][8-3-docs])**
-
GitLab Pages feature was introduced.
[
8-3-docs
]:
https://gitlab.com/gitlab-org/gitlab-ee/blob/8-3-stable-ee/doc/pages/administration.md
---
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment