diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-16 12:53:54 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:50:40 +0000 |
commit | fa68e403e0d5539b19ceb5396394d634babdc2b9 (patch) | |
tree | f4e423e06bd4204d18f87783f024bd4e568c4964 /config/gitlab.yml.example | |
parent | ac09f857cd9edd4a18280f617b48fe436109ceaa (diff) | |
download | gitlab-ce-fa68e403e0d5539b19ceb5396394d634babdc2b9.tar.gz |
Support https and custom port for pages
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index d41280624ae..fa764844cb9 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -163,6 +163,8 @@ production: &base # http://group.example.com/project # or project path can be a group page: group.example.com domain: example.com + port: 80 # Set to 443 if you serve the pages with HTTPS + https: false # Set to true if you serve the pages with HTTPS ## Mattermost ## For enabling Add to Mattermost button |