Merge "Issue #1265 remove pypies gzip handling" into development
Former-commit-id:3723250e50
[formerly3723250e50
[formerly fd47306a1247721d53b227bf94cc94818b4efc39]] Former-commit-id:cd9306a537
Former-commit-id:c7894c5cda
This commit is contained in:
commit
88b80f406d
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