Fix bandersnatch config after using region local mirrors

Now we have access logs with region name in the file name.

Change-Id: If015bdd11e46db689382e44d31c08ccb55f63ebc
This commit is contained in:
Sergey Lukjanov 2014-12-02 12:33:11 +03:00
parent fe231ef1f3
commit 07a3dec681
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ delete-packages = true
[statistics]
; A glob pattern matching all access log files that should be processed to
; generate daily access statistics that will be aggregated on the master PyPI.
access-log-pattern = /var/log/apache2/pypi.openstack.org_access.*
access-log-pattern = /var/log/apache2/pypi.*openstack.org_access.*
; vim: set ft=cfg: