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
e36c8eca
Commit
e36c8eca
authored
Jul 29, 2020
by
Katrin Leinweber
Committed by
Amy Qualls
Jul 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Improve Pages URL scheme examples
parent
f3caeb39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
doc/administration/pages/index.md
doc/administration/pages/index.md
+4
-4
doc/administration/pages/source.md
doc/administration/pages/source.md
+4
-4
No files found.
doc/administration/pages/index.md
View file @
e36c8eca
...
...
@@ -114,7 +114,7 @@ since that is needed in all configurations.
---
URL scheme:
`http://
page.example.io
`
URL scheme:
`http://
<namespace>.example.io/<project_slug>
`
This is the minimum setup that you can use Pages with. It is the base for all
other setups as described below. NGINX will proxy all requests to the daemon.
...
...
@@ -139,7 +139,7 @@ Watch the [video tutorial](https://youtu.be/dD8c7WNcc6s) for this configuration.
---
URL scheme:
`https://
page.example.io
`
URL scheme:
`https://
<namespace>.example.io/<project_slug>
`
NGINX will proxy all requests to the daemon. Pages daemon doesn't listen to the
outside world.
...
...
@@ -254,7 +254,7 @@ you have IPv6 as well as IPv4 addresses, you can use them both.
---
URL scheme:
`http://
page.example.io`
and
`http://
domain.com`
URL scheme:
`http://
<namespace>.example.io/<project_slug>`
and
`http://custom-
domain.com`
In that case, the Pages daemon is running, NGINX still proxies requests to
the daemon but the daemon is also able to receive requests from the outside
...
...
@@ -285,7 +285,7 @@ world. Custom domains are supported, but no TLS.
---
URL scheme:
`https://
page.example.io`
and
`https://
domain.com`
URL scheme:
`https://
<namespace>.example.io/<project_slug>`
and
`https://custom-
domain.com`
In that case, the Pages daemon is running, NGINX still proxies requests to
the daemon but the daemon is also able to receive requests from the outside
...
...
doc/administration/pages/source.md
View file @
e36c8eca
...
...
@@ -94,7 +94,7 @@ since that is needed in all configurations.
-
[
Wildcard DNS setup
](
#dns-configuration
)
URL scheme:
`http://
page.example.io
`
URL scheme:
`http://
<namespace>.example.io/<project_slug>
`
This is the minimum setup that you can use Pages with. It is the base for all
other setups as described below. NGINX will proxy all requests to the daemon.
...
...
@@ -157,7 +157,7 @@ The Pages daemon doesn't listen to the outside world.
-
[
Wildcard DNS setup
](
#dns-configuration
)
-
Wildcard TLS certificate
URL scheme:
`https://
page.example.io
`
URL scheme:
`https://
<namespace>.example.io/<project_slug>
`
NGINX will proxy all requests to the daemon. Pages daemon doesn't listen to the
outside world.
...
...
@@ -221,7 +221,7 @@ that without TLS certificates.
-
[
Wildcard DNS setup
](
#dns-configuration
)
-
Secondary IP
URL scheme:
`http://
page.example.io`
and
`http://
domain.com`
URL scheme:
`http://
<namespace>.example.io/<project_slug>`
and
`http://custom-
domain.com`
In that case, the pages daemon is running, NGINX still proxies requests to
the daemon but the daemon is also able to receive requests from the outside
...
...
@@ -286,7 +286,7 @@ world. Custom domains are supported, but no TLS.
-
Wildcard TLS certificate
-
Secondary IP
URL scheme:
`https://
page.example.io`
and
`https://
domain.com`
URL scheme:
`https://
<namespace>.example.io/<project_slug>`
and
`https://custom-
domain.com`
In that case, the pages daemon is running, NGINX still proxies requests to
the daemon but the daemon is also able to receive requests from the outside
...
...
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