diff options
author | Alexander Tanayno <atanayno@gitlab.com> | 2018-04-18 12:04:40 +0000 |
---|---|---|
committer | Alexander Tanayno <atanayno@gitlab.com> | 2018-04-18 12:04:40 +0000 |
commit | c55685d265b628d457fc065df2559fc89996cef9 (patch) | |
tree | 5eb90ee3587972bb706d5f76ed3b8cf8962e9d36 /doc/administration/pages | |
parent | 9c2f6e04cf5d2eb89d0ec68e8ace87b3804e9ae5 (diff) | |
download | gitlab-ce-c55685d265b628d457fc065df2559fc89996cef9.tar.gz |
add restart of gitlab-pages to apply gitlab pages settings
Diffstat (limited to 'doc/administration/pages')
-rw-r--r-- | doc/administration/pages/index.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md index 00c631fdaae..c342a82ef7b 100644 --- a/doc/administration/pages/index.md +++ b/doc/administration/pages/index.md @@ -124,6 +124,12 @@ The Pages daemon doesn't listen to the outside world. ``` 1. [Reconfigure GitLab][reconfigure] +1. Restart gitlab-pages by running the following command: + + ```ruby + sudo gitlab-ctl restart gitlab-pages + ``` + Watch the [video tutorial][video-admin] for this configuration. @@ -155,6 +161,11 @@ outside world. respectively. 1. [Reconfigure GitLab][reconfigure] +1. Restart gitlab-pages by running the following command: + + ```ruby + sudo gitlab-ctl restart gitlab-pages + ``` ## Advanced configuration @@ -192,6 +203,11 @@ world. Custom domains are supported, but no TLS. listens on. If you don't have IPv6, you can omit the IPv6 address. 1. [Reconfigure GitLab][reconfigure] +1. Restart gitlab-pages by running the following command: + + ```ruby + sudo gitlab-ctl restart gitlab-pages + ``` ### Custom domains with TLS support @@ -225,6 +241,11 @@ world. Custom domains and TLS are supported. listens on. If you don't have IPv6, you can omit the IPv6 address. 1. [Reconfigure GitLab][reconfigure] +1. Restart gitlab-pages by running the following command: + + ```ruby + sudo gitlab-ctl restart gitlab-pages + ``` ### Custom domain verification @@ -252,6 +273,11 @@ are stored. ``` 1. [Reconfigure GitLab][reconfigure] +1. Restart gitlab-pages by running the following command: + + ```ruby + sudo gitlab-ctl restart gitlab-pages + ``` ## Set maximum pages size |