summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-06-21 08:36:56 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-06-21 08:36:56 +0000
commit4b88390e7c6db1570122d167574bbfcadea64bc5 (patch)
treea3e73bb1cca113f2a6d147100d25ae99b4662c39 /www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
parentFollowup to r417190 - all versions of wget<1.18 are affected (diff)
www/gitlab: Update from 8.7.5 to 8.8.5
Changelog: https://github.com/gitlabhq/gitlabhq/blob/8-8-stable/CHANGELOG PR: 209903 Approved by: swills (mentor)
Diffstat (limited to 'www/gitlab/files/patch-lib_support_nginx_gitlab-ssl')
-rw-r--r--www/gitlab/files/patch-lib_support_nginx_gitlab-ssl10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
index 78f42d7dab39..304eefe52c01 100644
--- a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
+++ b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl
@@ -1,4 +1,4 @@
---- lib/support/nginx/gitlab-ssl.orig 2016-04-22 10:01:37 UTC
+--- lib/support/nginx/gitlab-ssl.orig 2016-06-15 01:41:18 UTC
+++ lib/support/nginx/gitlab-ssl
@@ -21,7 +21,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
@@ -9,12 +9,12 @@
}
## Redirects all HTTP traffic to the HTTPS host
-@@ -106,7 +106,7 @@ server {
- error_page 500 /500.html;
+@@ -107,7 +107,7 @@ server {
error_page 502 /502.html;
- location ~ ^/(404|422|500|502)\.html$ {
+ error_page 503 /503.html;
+ location ~ ^/(404|422|500|502|503)\.html$ {
- root /home/git/gitlab/public;
-+ root /usr/local/www/gitlab/public;
++ root /home/git/gitlab/public;
internal;
}
}