Import conf
This commit is contained in:
parent
6b2412fe5f
commit
9faad06f39
6 changed files with 410 additions and 0 deletions
7
02cache.cfg
Normal file
7
02cache.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
# The cache instance used by the frontend (256MB, 50MB max object, 1 hour max)
|
||||
# May be consulted using "show cache" on the CLI socket
|
||||
cache cache
|
||||
total-max-size 256 # RAM cache size in megabytes
|
||||
max-object-size 52428800 # max cacheable object size in bytes
|
||||
max-age 3600 # max cache duration in seconds
|
||||
process-vary on # handle the Vary header (otherwise don't cache)
|
Loading…
Add table
Add a link
Reference in a new issue