Merge "Surround substitute with inflate/deflate"

This commit is contained in:
Zuul 2018-07-17 22:18:34 +00:00 committed by Gerrit Code Review
commit 840929860b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ LogFormat "%h %l %u %t \"%r\" %>s %b %{cache-status}e \"%{Referer}i\" \"%{User-a
# Rewrite the locations of the actual files
<Location /pypi>
SetOutputFilter SUBSTITUTE
SetOutputFilter INFLATE;SUBSTITUTE;DEFLATE
Substitute "s|https://files.pythonhosted.org/|/pypifiles/|ni"
</Location>