update readme
This commit is contained in:
parent
128fbc8258
commit
daef88d92f
1 changed files with 10 additions and 0 deletions
10
README.md
10
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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue