From f4a1bb7874d725530ed70ff450ff711b9ad2d591 Mon Sep 17 00:00:00 2001 From: Asharas Date: Mon, 8 Feb 2021 03:32:08 +0100 Subject: [PATCH] Add detail about CPAD_HTTP2_DISABLE option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ddf963..d14f89b 100644 --- a/README.md +++ b/README.md @@ -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