Merge "Make apache cache structure saner"

This commit is contained in:
Jenkins 2017-08-14 13:54:16 +00:00 committed by Gerrit Code Review
commit 032654dd46

View File

@ -112,7 +112,7 @@ NameVirtualHost <%= @vhost_name %>:8081
# General cache rules
CacheRoot "/var/cache/apache2/proxy"
CacheDirLevels 5
CacheDirLength 3
CacheDirLength 2
# SSL support
SSLProxyEngine on
# Prevent thundering herds.
@ -197,7 +197,7 @@ NameVirtualHost <%= @vhost_name %>:8081
# General cache rules
CacheRoot "/var/cache/apache2/proxy"
CacheDirLevels 5
CacheDirLength 3
CacheDirLength 2
# SSL support
SSLProxyEngine on
# Prevent thundering herds.