diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-18 12:40:34 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:53:56 +0000 |
commit | 2c2447771f098f7c8d692e7318d8f822df468b48 (patch) | |
tree | 30bc13a97c0862377626cb62a240a8408bae328b /doc | |
parent | 4afab3d4b64bf4aac228306636bb1b477debe8ce (diff) | |
download | gitlab-ce-2c2447771f098f7c8d692e7318d8f822df468b48.tar.gz |
Rename pages namespace or project path when changed
- Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pages/administration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md index 98a26ec7be9..2356a123fa3 100644 --- a/doc/pages/administration.md +++ b/doc/pages/administration.md @@ -119,6 +119,7 @@ required. port: 443 # Set to 443 if you serve the pages with HTTPS https: true # Set to true if you serve the pages with HTTPS ``` + 1. Copy the `gitlab-pages-ssl` Nginx configuration file: ```bash |