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
83cd223e
Commit
83cd223e
authored
Dec 23, 2020
by
Teun Vink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make example IPv6 addresses RFC3849 compliant
parent
e495f2d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/administration/pages/index.md
doc/administration/pages/index.md
+7
-7
No files found.
doc/administration/pages/index.md
View file @
83cd223e
...
@@ -94,11 +94,11 @@ host that GitLab runs. For example, an entry would look like this:
...
@@ -94,11 +94,11 @@ host that GitLab runs. For example, an entry would look like this:
```
plaintext
```
plaintext
*.example.io. 1800 IN A 192.0.2.1
*.example.io. 1800 IN A 192.0.2.1
*.example.io. 1800 IN AAAA 2001::1
*.example.io. 1800 IN AAAA 2001:
db8:
:1
```
```
Where
`example.io`
is the domain GitLab Pages is served from,
Where
`example.io`
is the domain GitLab Pages is served from,
`192.0.2.1`
is the IPv4 address of your GitLab instance, and
`2001::1`
is the
`192.0.2.1`
is the IPv4 address of your GitLab instance, and
`2001:
db8:
:1`
is the
IPv6 address. If you don't have IPv6, you can omit the AAAA record.
IPv6 address. If you don't have IPv6, you can omit the AAAA record.
NOTE:
NOTE:
...
@@ -274,11 +274,11 @@ world. Custom domains are supported, but no TLS.
...
@@ -274,11 +274,11 @@ world. Custom domains are supported, but no TLS.
pages_external_url
"http://example.io"
pages_external_url
"http://example.io"
nginx
[
'listen_addresses'
]
=
[
'192.0.2.1'
]
nginx
[
'listen_addresses'
]
=
[
'192.0.2.1'
]
pages_nginx
[
'enable'
]
=
false
pages_nginx
[
'enable'
]
=
false
gitlab_pages
[
'external_http'
]
=
[
'192.0.2.2:80'
,
'[2001::2]:80'
]
gitlab_pages
[
'external_http'
]
=
[
'192.0.2.2:80'
,
'[2001:
db8:
:2]:80'
]
```
```
where
`192.0.2.1`
is the primary IP address that GitLab is listening to and
where
`192.0.2.1`
is the primary IP address that GitLab is listening to and
`192.0.2.2`
and
`2001::2`
are the secondary IPs the GitLab Pages daemon
`192.0.2.2`
and
`2001:
db8:
:2`
are the secondary IPs the GitLab Pages daemon
listens on. If you don't have IPv6, you can omit the IPv6 address.
listens on. If you don't have IPv6, you can omit the IPv6 address.
1.
[
Reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
1.
[
Reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
...
@@ -307,12 +307,12 @@ world. Custom domains and TLS are supported.
...
@@ -307,12 +307,12 @@ world. Custom domains and TLS are supported.
pages_nginx
[
'enable'
]
=
false
pages_nginx
[
'enable'
]
=
false
gitlab_pages
[
'cert'
]
=
"/etc/gitlab/ssl/example.io.crt"
gitlab_pages
[
'cert'
]
=
"/etc/gitlab/ssl/example.io.crt"
gitlab_pages
[
'cert_key'
]
=
"/etc/gitlab/ssl/example.io.key"
gitlab_pages
[
'cert_key'
]
=
"/etc/gitlab/ssl/example.io.key"
gitlab_pages
[
'external_http'
]
=
[
'192.0.2.2:80'
,
'[2001::2]:80'
]
gitlab_pages
[
'external_http'
]
=
[
'192.0.2.2:80'
,
'[2001:
db8:
:2]:80'
]
gitlab_pages
[
'external_https'
]
=
[
'192.0.2.2:443'
,
'[2001::2]:443'
]
gitlab_pages
[
'external_https'
]
=
[
'192.0.2.2:443'
,
'[2001:
db8:
:2]:443'
]
```
```
where
`192.0.2.1`
is the primary IP address that GitLab is listening to and
where
`192.0.2.1`
is the primary IP address that GitLab is listening to and
`192.0.2.2`
and
`2001::2`
are the secondary IPs where the GitLab Pages daemon
`192.0.2.2`
and
`2001:
db8:
:2`
are the secondary IPs where the GitLab Pages daemon
listens on. If you don't have IPv6, you can omit the IPv6 address.
listens on. If you don't have IPv6, you can omit the IPv6 address.
1.
[
Reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
1.
[
Reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
...
...
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