From 3d4644449490154145aed8d8c17102b2ab7e5379 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 6 Jun 2018 13:35:02 -0700 Subject: [PATCH] Increase apache disk cache max size This allows us to cache larger status.json files (which is needed at OpenStack-infra scale). Change-Id: I462ea29c9b5e45ced8110750a96f53a666e8623e --- templates/zuulv3.vhost.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zuulv3.vhost.erb b/templates/zuulv3.vhost.erb index 122a635..f33fb56 100644 --- a/templates/zuulv3.vhost.erb +++ b/templates/zuulv3.vhost.erb @@ -71,6 +71,7 @@ CacheEnable disk /api/status CacheRoot /var/cache/apache2/mod_cache_disk + CacheMaxFileSize 10000000