diff options
author | Jacob Vosmaer (GitLab) <jacob@gitlab.com> | 2018-04-27 11:01:54 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-04-27 11:01:54 +0000 |
commit | 7da1b4cbf1ae5e0e0008a27f260c49160a63c81e (patch) | |
tree | 887ea824e5fe3b7177285368ea1b006b8218c201 /config/gitlab.yml.example | |
parent | 4fe338313358dbbf835513f96e6a06d0649f2a0c (diff) | |
download | gitlab-ce-7da1b4cbf1ae5e0e0008a27f260c49160a63c81e.tar.gz |
Add gitlab-pages admin ping rake task
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 8c39a1f2aa9..a292be79a00 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -212,6 +212,8 @@ production: &base artifacts_server: true # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages + admin: + address: unix:/home/git/gitlab/tmp/sockets/private/pages-admin.socket # TCP connections are supported too (e.g. tcp://host:port) ## Mattermost ## For enabling Add to Mattermost button |