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:
Ian Wienand 2020-09-15 08:34:10 +10:00
parent 8a2289f70a
commit 10f5a23e4b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
CacheRoot /var/cache/apache2/mod_cache_disk
CacheMaxFileSize 10000000
<LocationMatch "^/api/tenant/.*/status">
<LocationMatch "^/api/status">
CacheEnable socache
CacheEnable disk
</LocationMatch>