Date: Fri, 13 Nov 2020 03:27:09 +0900 (JST) From: Yasuhiro KIMURA <yasu@utahime.org> To: freebsd-git@freebsd.org Subject: Re: 504 errors from cgit-beta Message-ID: <20201113.032709.2108746957258946268.yasu@utahime.org> In-Reply-To: <20201112155659.GQ913@mail> References: <20201112155659.GQ913@mail>
index | next in thread | previous in thread | raw e-mail
From: Davíð Steinn Geirsson <david@isnic.is> Subject: 504 errors from cgit-beta Date: Thu, 12 Nov 2020 15:56:59 +0000 > We are getting frequent 504 errors when running `git fetch` against an > existing checkout of `ports.git` from https://cgit-beta.freebsd.org/ports.git: > > ``` > $ git fetch cgit-beta > error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 > fatal: the remote end hung up unexpectedly > ``` I experienced same error when accessing Emacs git remository with HTTPS. Following is bug report that I submitted to report the issue. https://savannah.nongnu.org/support/?110322 As you can see, site administrator fixed the issue by icreasing `fastcgi_read_timeout` and `proxy_read_timeout` parameters of nginx. Since cgit-beta also uses nginx this may also fix your error. In my case, however, access always failed and never succeeded. So cause may be different from the one of my case. --- Yasuhiro KIMURAhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20201113.032709.2108746957258946268.yasu>
