Issue #1265 remove pypies gzip handling
Change-Id: Ia79c1b7b2440849893bacf5cd8290fb5627ed4e5 Former-commit-id:4fc0bee363
[formerly7874be59e7
] [formerlyfa3e87549a
] [formerly2dac2f5dde
[formerlyfa3e87549a
[formerly 6bb4d39b266bedbecff6ecda95bf05e65aa1e58c]]] Former-commit-id:2dac2f5dde
Former-commit-id: c7cef0967a0380bf57d4537db4b1d98a735241df [formerly740146d838
] Former-commit-id:9dac98930f
This commit is contained in:
parent
446d7f5f13
commit
5262954e46
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