diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-28 10:19:22 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-28 10:19:22 +0100 |
commit | 5de16dee768f4482d8db48b58fad1cf55c1320ee (patch) | |
tree | 09ab80ee780f3e6c4cb9601f4ba9dbf559356a00 /lib | |
parent | fd9a8c36010e6fe9377f75eff044d7551761c2b6 (diff) | |
download | gitlab-ce-5de16dee768f4482d8db48b58fad1cf55c1320ee.tar.gz |
Add a custom 502 page
Diffstat (limited to 'lib')
-rw-r--r-- | lib/support/nginx/gitlab | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab index 0860d2a8693..882f0386046 100644 --- a/lib/support/nginx/gitlab +++ b/lib/support/nginx/gitlab @@ -53,5 +53,7 @@ server { proxy_pass http://gitlab; } + + error_page 502 /502.html; } |