diff options
| author | Pim van den Berg | 2014-03-23 12:24:45 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2014-03-23 12:29:05 +0100 |
| commit | b85a1526bdafe7af5f4d7af17b5599da09efccbc (patch) | |
| tree | b6013e8cc56f83a389e4886ad03c69157d8e59a3 /.htaccess | |
| parent | plugin/aggregation: cpu: allow 4 digits (diff) | |
| download | apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.zip apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.tar.gz apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.tar.bz2 apt-panopticon_cgp-b85a1526bdafe7af5f4d7af17b5599da09efccbc.tar.xz | |
add SVG graph support
Diffstat (limited to '')
| -rw-r--r-- | .htaccess | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -1,9 +1,10 @@ | |||
| 1 | Options -Indexes | 1 | Options -Indexes |
| 2 | 2 | ||
| 3 | <IfModule mod_deflate.c> | 3 | <IfModule mod_deflate.c> |
| 4 | <Files "rrd.php"> | 4 | AddOutputFilterByType DEFLATE image/svg+xml |
| 5 | SetOutputFilter DEFLATE | 5 | <Files "rrd.php"> |
| 6 | </Files> | 6 | SetOutputFilter DEFLATE |
| 7 | </Files> | ||
| 7 | </IfModule> | 8 | </IfModule> |
| 8 | 9 | ||
| 9 | RewriteEngine On | 10 | RewriteEngine On |
