mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-15 01:55:04 +00:00
Add detail about CPAD_HTTP2_DISABLE option
This commit is contained in:
parent
9784904285
commit
f4a1bb7874
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ To disable HTTP2 set the environment variable `CPAD_HTTP2_DISABLE` to `true`.
|
|||
| `CPAD_TLS_CERT` | Path to TLS certificate file | No | None |
|
||||
| `CPAD_TLS_KEY` | Path to TLS private key file | No | None |
|
||||
| `CPAD_TLS_DHPARAM` | Path to Diffie-Hellman parameters file | No | `/etc/nginx/dhparam.pem` |
|
||||
| `CPAD_HTTP2_DISABLE` | Disable HTTP2 | No | `false` |
|
||||
| `CPAD_HTTP2_DISABLE` | Disable HTTP2 (Currently needed with traefik) | No | `false` |
|
||||
|
||||
#### Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue