From c3bb11330574a554c5834ba16b3b54bc8f51f8c6 Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 14 May 2021 03:29:55 -0500 Subject: [PATCH] add info about 0 max --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338eaf2..8bc71ae 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ There are two ways to set cache duration: ## More options - `--gzip` enables gzip compression for responses. -- `--max=N` allows to set the maximum size of request (default 64k) +- `--max=N` allows to set the maximum size of request (default 64k). Setting it to `0` disables the size check. - `--header` sets extra header(s) added to each proxied response. For example this is how it can be done with the docker compose: ```yaml