From 60e451fde4ea3212c97bc3246b08e82cce7bf390 Mon Sep 17 00:00:00 2001 From: dosire Date: Mon, 30 Dec 2013 14:27:18 +0100 Subject: Change canonical urls to GitLab Cloud. --- lib/support/nginx/gitlab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/support') diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab index 9f5155b3916..d1d959e152e 100644 --- a/lib/support/nginx/gitlab +++ b/lib/support/nginx/gitlab @@ -28,8 +28,8 @@ server { # if a file, which is not found in the root folder is requested, # then the proxy pass the request to the upsteam (gitlab unicorn) location @gitlab { - proxy_read_timeout 300; # https://github.com/gitlabhq/gitlabhq/issues/694 - proxy_connect_timeout 300; # https://github.com/gitlabhq/gitlabhq/issues/694 + proxy_read_timeout 300; # Some requests take more than 30 seconds. + proxy_connect_timeout 300; # Some requests take more than 30 seconds. proxy_redirect off; proxy_set_header X-Forwarded-Proto $scheme; -- cgit v1.2.1