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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
1b4e9754
Commit
1b4e9754
authored
Oct 20, 2021
by
Russell Dickenson
Committed by
Nick Gaskill
Oct 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note of external_http requirement
parent
1f781a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
...oject/pages/custom_domains_ssl_tls_certification/index.md
+11
-0
No files found.
doc/user/project/pages/custom_domains_ssl_tls_certification/index.md
View file @
1b4e9754
...
...
@@ -27,6 +27,17 @@ and steps below.
-
Access to your domain's server control panel to set up DNS records:
-
A DNS A or CNAME record pointing your domain to GitLab Pages server.
-
A DNS
`TXT`
record to verify your domain's ownership.
-
Set either
`external_http`
or
`external_https`
in
`/etc/gitlab/gitlab.rb`
to the IP and port of
your
[
Pages Daemon
](
../../../../administration/pages/index.md#overview
)
.
If you don't have IPv6, you can omit the IPv6 address.
Example:
```
ruby
# Redirect pages from HTTP to HTTPS
gitlab_pages
[
'external_http'
]
=
[
'192.0.2.2:80'
,
'[2001:db8::2]:80'
]
# The secondary IPs for the GitLab Pages daemon
gitlab_pages
[
'external_https'
]
=
[
'192.0.2.2:443'
,
'[2001:db8::2]:443'
]
# The secondary IPs for the GitLab Pages daemon
```
### Steps
...
...
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