Issue #1265 remove pypies gzip handling
Change-Id: Ia79c1b7b2440849893bacf5cd8290fb5627ed4e5 Former-commit-id:fa3e87549a
[formerly 6bb4d39b266bedbecff6ecda95bf05e65aa1e58c] Former-commit-id:2dac2f5dde
This commit is contained in:
parent
5bdf9d4d38
commit
740146d838
1 changed files with 1 additions and 16 deletions
|
@ -15,20 +15,5 @@ WSGIPythonHome /awips2/python
|
|||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
<Location /zipped>
|
||||
SetInputFilter DEFLATE
|
||||
SetOutputFilter DEFLATE
|
||||
</Location>
|
||||
|
||||
ProxyPass /zipped http://localhost:9582/
|
||||
ProxyPassReverse /zipped http://localhost:9582/
|
||||
|
||||
DeflateFilterNote Input instream
|
||||
DeflateFilterNote Output outstream
|
||||
DeflateFilterNote Ratio ratio
|
||||
|
||||
LogFormat '%t "%r" %{outstream}n/%{instream}n (%{ratio}n%%) %D' deflate
|
||||
CustomLog logs/compression_log deflate
|
||||
|
||||
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Reference in a new issue