Skip to content
Snippets Groups Projects
Verified Commit daef88d9 authored by psy's avatar psy
Browse files

update readme

parent 128fbc82
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,9 @@ vhosts: {} ...@@ -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: ...@@ -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"
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment