diff options
author | Pim van den Berg | 2013-05-18 16:35:10 +0200 |
---|---|---|
committer | Pim van den Berg | 2013-05-18 16:35:10 +0200 |
commit | 6a7e0a8a96e1411a1e28d47ce4760114fc435d1b (patch) | |
tree | 2915cf426bec059e20b7ab6c9a8970e3719b49a7 | |
parent | integrate jsrrdgraph in CGP (diff) | |
download | apt-panopticon_cgp-6a7e0a8a96e1411a1e28d47ce4760114fc435d1b.zip apt-panopticon_cgp-6a7e0a8a96e1411a1e28d47ce4760114fc435d1b.tar.gz apt-panopticon_cgp-6a7e0a8a96e1411a1e28d47ce4760114fc435d1b.tar.bz2 apt-panopticon_cgp-6a7e0a8a96e1411a1e28d47ce4760114fc435d1b.tar.xz |
.htaccess: enable gzip on rrd files
Diffstat (limited to '')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | Options -Indexes | 1 | Options -Indexes |
2 | 2 | ||
3 | <IfModule mod_deflate.c> | ||
4 | <Files "rrd.php"> | ||
5 | SetOutputFilter DEFLATE | ||
6 | </Files> | ||
7 | </IfModule> | ||
8 | |||
3 | RewriteEngine On | 9 | RewriteEngine On |
4 | RewriteRule ^.git(ignore|/) - [F,L] | 10 | RewriteRule ^.git(ignore|/) - [F,L] |
5 | 11 | ||