mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-22 17:05:03 +00:00
Add #14 to known bugs
This commit is contained in:
parent
8f9af06e29
commit
d3740bd0be
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
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.
|
A workaround is to disable HTTP2 by setting the `CPAD_HTTP2_DISABLE` environment variable.
|
||||||
|
|
||||||
|
###### Nginx version not working with some browser configurations
|
||||||
|
See #14
|
||||||
|
|
Loading…
Reference in a new issue