projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39fff3
)
gzip html and xml output
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 13 Aug 2013 16:33:35 +0000
(16:33 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 13 Aug 2013 16:33:35 +0000
(16:33 +0000)
toroid output will be up to 15 times smaller
web/conf/apache2.0/irspy.conf
patch
|
blob
|
history
diff --git
a/web/conf/apache2.0/irspy.conf
b/web/conf/apache2.0/irspy.conf
index
509afea
..
efa8d5b
100644
(file)
--- a/
web/conf/apache2.0/irspy.conf
+++ b/
web/conf/apache2.0/irspy.conf
@@
-57,5
+57,11
@@
#ProxyPass /toroid/ http://localhost:12367/
#ProxyPassReverse /toroid/ http://localhost:12367/
+ # compress output
+ <Location />
+ AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml
+ SetOutputFilter DEFLATE
+ </Location>
+
</VirtualHost>