gzip html and xml output
[irspy-moved-to-github.git] / web / conf / apache2.0 / irspy.conf
index 509afea..efa8d5b 100644 (file)
     #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>