Add a default varnish storage config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a9e616022f
commit
73bd8b0db0
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ VARNISH_SECRET_FILE=/etc/varnish/secret
|
|||
VARNISH_STORAGE="malloc,48GB"
|
||||
{% elif varnish_group == 's390kojipkgs' %}
|
||||
VARNISH_STORAGE="file,/var/lib/varnish/varnish_storage.bin,20G"
|
||||
{% else %}
|
||||
VARNISH_STORAGE="malloc,256M"
|
||||
{% endif %}
|
||||
|
||||
# User and group for the varnishd worker processes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue