From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1609883345; bh=w6ZdL6GVed9WLF7O45tgAWmCsJ84QHAw7REzh91T1aI=; h=From:To:Subject:In-Reply-To:References:Date:From; b=wt9Ta3MZLrkLCH0VuMwnipVCZcnA2boDx3awo47CzHYYiWamR3R6JbIALtEzpZ1r6 MBKELQz+ZI6dkWWfhy4Fwwyk4FQPX044sHBUx50YW/kYhqHgfZha9JwA9JV3H2i6h0 RcOhXzT++3Tzwwo5TNS1ABKxCyLS2FVCB18JC30u5MJYeawrTh5sQLmTXKpapcoRH0 /D/+2Ro35yiX65+MV7n0lBqKQh8RaUT+/C/Ci1NzwKzg9ZYpqbCNSote3l1LsnIX05 allo88xnrCCWHdotbapnIDQpDSXfn0xm4hockOHH3q/z6isIEaFA27irk0xSCLWNf9 LlzXFsrM1Dhkg== To: Michael =?utf-8?Q?Str=C3=B6der?= , "galene@lists.galene.org" In-Reply-To: <59143aab-df95-92d8-db78-3129c2e02fb4@stroeder.com> References: <0-dxBS5LC_odE5dSkuOGwoOb2FmQ7PYcbBgSGpmtz2R1ek9xklqHKQ6UCO11J1JvU5np1csOcujLTfM3ZU_48ub3yZ1EQRcYuTbarD6EkN4=@protonmail.com> <87turv78ed.wl-jch@irif.fr> <87v9cba11z.fsf@toke.dk> <59143aab-df95-92d8-db78-3129c2e02fb4@stroeder.com> Date: Tue, 05 Jan 2021 22:49:04 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87h7nv9hrj.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: 4NEBVZYZISCVLM4E4PTGCULARNNM7LWD X-Message-ID-Hash: 4NEBVZYZISCVLM4E4PTGCULARNNM7LWD X-MailFrom: toke@toke.dk X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: Websocket close 1006 (abnormal closure): unexpected EOF List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Michael Str=C3=B6der writes: > On 1/5/21 3:52 PM, Toke H=C3=B8iland-J=C3=B8rgensen wrote: >> Juliusz Chroboczek writes: >>=20 >>>> I've been testing with Galene a bit, but noticed that I got disconnect= ed >>>> automatically after a while. >>> >>> Nginx timing out the websocket, perhaps? Could you please try with the >>> following patch applied? >>=20 >> Yeah, the default timeout in nginx is 60s: >> https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_tim= eout >>=20 >> so if Galene actually waits that long it is likely that it trips the >> timeout... >>=20 >> I just normally put >>=20 >> proxy_read_timeout 1200s; >> proxy_send_timeout 1200s; > > 20min? Really? Even 120s would be quite long. Yeah, won't necessarily recommend this for an internet-facing deployment. But this is mostly for services I run for myself internally (and I'm not proxying Galene at all), and the server has plenty of resources to spare to keep a few sockets open :) -Toke