update readme

This commit is contained in:
psy 2023-06-12 21:47:20 +02:00
parent 128fbc8258
commit daef88d92f
No known key found for this signature in database
GPG key ID: 30546501FF65B1A5

View file

@ -26,6 +26,9 @@ vhosts: {}
# name: *mapsconfig*, see below for definition # name: *mapsconfig*, see below for definition
maps: {} maps: {}
# name: *cacheconfig*, see below for definition
caches: {}
# force all traffic on ssl, except letsencrypt challenges # force all traffic on ssl, except letsencrypt challenges
force_ssl: True force_ssl: True
@ -157,3 +160,10 @@ ini:
post_max_size: 64M post_max_size: 64M
upload_max_filesize: 64M upload_max_filesize: 64M
``` ```
**cacheconfig**:
```
keys_zone_size: "10m"
cache_size: "1g"
inactive_time: "10m"
```