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
Tatuya Kamada
gitlab-ce
Commits
228455af
Commit
228455af
authored
Feb 22, 2016
by
Achilleas Pipinellis
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename NGINX section
parent
d24763fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/pages/administration.md
doc/pages/administration.md
+9
-9
No files found.
doc/pages/administration.md
View file @
228455af
...
...
@@ -33,7 +33,7 @@ probably want to read the [user documentation](README.md).
-
[
Custom domains without HTTPS support
](
#custom-domains-without-https-support
)
-
[
Wildcard HTTP domain without custom domains
](
#wildcard-http-domain-without-custom-domains
)
-
[
Wildcard HTTPS domain without custom domains
](
#wildcard-https-domain-without-custom-domains
)
-
[
NGINX c
aveats
](
#nginx-caveats
)
-
[
NGINX c
onfiguration
](
#nginx-configuration
)
-
[
Set maximum pages size
](
#set-maximum-pages-size
)
-
[
Change storage path
](
#change-storage-path
)
-
[
Backup
](
#backup
)
...
...
@@ -206,7 +206,7 @@ Below are the four scenarios that are described in
sudo ln -sf /etc/nginx/sites-{available,enabled}/gitlab-pages-ssl.conf
```
Make sure to [properly edit the config](#nginx-c
aveats
) to add your domain
Make sure to [properly edit the config](#nginx-c
onfiguration
) to add your domain
as well as correctly point to the right location of the SSL certificate
files. Restart Nginx for the changes to take effect.
...
...
@@ -249,14 +249,14 @@ Below are the four scenarios that are described in
gitlab_pages_options="-pages-domain example.io -pages-root $app_root/shared/pages -listen-proxy 127.0.0.1:8090 -listen-http 1.1.1.1:80"
```
1.
Copy the
`gitlab-pages
-ssl
`
Nginx configuration file:
1.
Copy the
`gitlab-pages`
Nginx configuration file:
```bash
sudo cp lib/support/nginx/gitlab-pages-ssl /etc/nginx/sites-available/gitlab-pages
-ssl
.conf
sudo ln -sf /etc/nginx/sites-{available,enabled}/gitlab-pages
-ssl
.conf
sudo cp lib/support/nginx/gitlab-pages-ssl /etc/nginx/sites-available/gitlab-pages.conf
sudo ln -sf /etc/nginx/sites-{available,enabled}/gitlab-pages.conf
```
Make sure to [properly edit the config](#nginx-c
aveats
) to add your domain.
Make sure to [properly edit the config](#nginx-c
onfiguration
) to add your domain.
Restart Nginx for the changes to take effect.
1.
[
Restart GitLab
][
restart
]
...
...
@@ -298,7 +298,7 @@ Below are the four scenarios that are described in
sudo ln -sf /etc/nginx/sites-{available,enabled}/gitlab-pages.conf
```
Make sure to [properly edit the config](#nginx-c
aveats
) to add your domain.
Make sure to [properly edit the config](#nginx-c
onfiguration
) to add your domain.
Restart Nginx for the changes to take effect.
1.
[
Restart GitLab
][
restart
]
...
...
@@ -340,7 +340,7 @@ Below are the four scenarios that are described in
sudo ln -sf /etc/nginx/sites-{available,enabled}/gitlab-pages-ssl.conf
```
Make sure to [properly edit the config](#nginx-c
aveats
) to add your domain
Make sure to [properly edit the config](#nginx-c
onfiguration
) to add your domain
as well as correctly point to the right location of the SSL certificate
files. Restart Nginx for the changes to take effect.
...
...
@@ -364,7 +364,7 @@ Below are the four scenarios that are described in
1. [Reconfigure GitLab][reconfigure]
## NGINX c
aveats
## NGINX c
onfiguration
Be extra careful when setting up the domain name in the NGINX config. You must
not remove the backslashes.
...
...
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