Import conf

This commit is contained in:
Benoit 2024-10-08 19:25:39 +09:00
parent 6b2412fe5f
commit 9faad06f39
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA
6 changed files with 410 additions and 0 deletions

7
02cache.cfg Normal file
View 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)