mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-22 16:45:04 +00:00
Update link to issue + title level change
This commit is contained in:
parent
cf41c27817
commit
0d8aacb4d3
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ docker run -d -e "CPAD_MAIN_DOMAIN=example.com" -e "CPAD_SANDBOX_DOMAIN=sandbox.
|
|||
`docker-compose -f docker-compose.yml -f traefik2.yml up`
|
||||
|
||||
## Know bugs
|
||||
###### Use the Nginx version with Traefik
|
||||
##### Use the Nginx version with Traefik
|
||||
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 [Issue#14](https://github.com/xwiki-labs/cryptpad-docker/issues/14)
|
||||
##### Nginx version not working with some browser configurations
|
||||
See [https://github.com/xwiki-labs/cryptpad/issues/633]
|
||||
|
|
Loading…
Reference in a new issue