From d3740bd0beb501a5836ceced41b039fe6ed2c2e0 Mon Sep 17 00:00:00 2001 From: Asharas Date: Mon, 8 Feb 2021 04:52:47 +0100 Subject: [PATCH] Add #14 to known bugs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 337772c..80ddd34 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,5 @@ docker run -d -e "CPAD_MAIN_DOMAIN=example.com" -e "CPAD_SANDBOX_DOMAIN=sandbox. If Traefik is used as reverse proxy (e.g. to handle SSL certs) the CryptPad WebSocket is unreachable if Nginx listens with HTTP2. A workaround is to disable HTTP2 by setting the `CPAD_HTTP2_DISABLE` environment variable. +###### Nginx version not working with some browser configurations +See #14