Merge "Make apache cache structure saner"
This commit is contained in:
commit
032654dd46
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user