From daef88d92f5521bb541a0f6202c9c1b89f3a0a40 Mon Sep 17 00:00:00 2001 From: psy <psy@cccv.de> Date: Mon, 12 Jun 2023 21:47:20 +0200 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a605126..b63f39b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ vhosts: {} # name: *mapsconfig*, see below for definition maps: {} +# name: *cacheconfig*, see below for definition +caches: {} + # force all traffic on ssl, except letsencrypt challenges force_ssl: True @@ -157,3 +160,10 @@ ini: post_max_size: 64M upload_max_filesize: 64M ``` + +**cacheconfig**: +``` +keys_zone_size: "10m" +cache_size: "1g" +inactive_time: "10m" +``` \ No newline at end of file -- GitLab