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
This commit is contained in:
James E. Blair 2018-06-06 13:35:02 -07:00 committed by Clark Boylan
parent 3009251154
commit 3d46444494
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@
<IfModule mod_cache_disk.c>
CacheEnable disk /api/status
CacheRoot /var/cache/apache2/mod_cache_disk
CacheMaxFileSize 10000000
</IfModule>
</IfModule>
</VirtualHost>