zuul-web: fix zuul.openstack.org location match
In I4e5f803b9d4fb6c2351cf151a085b93a7fd20f60 I put the wrong thing in the zuul.openstack.org config; for that site we want to cache /api/status; not the tenant path. Change-Id: Iffbd870aeff496b9c259206f866af3a90a4349db
This commit is contained in:
parent
8a2289f70a
commit
10f5a23e4b
@ -59,7 +59,7 @@
|
|||||||
CacheRoot /var/cache/apache2/mod_cache_disk
|
CacheRoot /var/cache/apache2/mod_cache_disk
|
||||||
CacheMaxFileSize 10000000
|
CacheMaxFileSize 10000000
|
||||||
|
|
||||||
<LocationMatch "^/api/tenant/.*/status">
|
<LocationMatch "^/api/status">
|
||||||
CacheEnable socache
|
CacheEnable socache
|
||||||
CacheEnable disk
|
CacheEnable disk
|
||||||
</LocationMatch>
|
</LocationMatch>
|
||||||
|
Loading…
Reference in New Issue
Block a user