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:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user