From 770ba5201f5c60b2bb36602ff9d359f641e33125 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 23 Oct 2011 21:14:40 +0200 Subject: Charting with flask, rgraph and custom "timeseries database" --- schall/static/RGraph/excanvas/HTACCESS-SAMPLE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 schall/static/RGraph/excanvas/HTACCESS-SAMPLE (limited to 'schall/static/RGraph/excanvas/HTACCESS-SAMPLE') diff --git a/schall/static/RGraph/excanvas/HTACCESS-SAMPLE b/schall/static/RGraph/excanvas/HTACCESS-SAMPLE new file mode 100644 index 0000000..e497658 --- /dev/null +++ b/schall/static/RGraph/excanvas/HTACCESS-SAMPLE @@ -0,0 +1,13 @@ +## +## This is an example Apache .htaccess file that can be used to add the required +## Content-Encoding: header to the compressed version of the ExCanvas library. +## This .htaccess file is ONLY required for the compressed version. The +## necessary header is this: +## Content-Encoding: gzip +## +## If you are not using the compressed version, or are doing the compression +## yourself (it could for example, be built into your web server), then you +## do not need this file. +## + +AddEncoding gzip .js \ No newline at end of file -- cgit v1.2.1