blob: 7cb13caf0fc555dc14cb155ff7d78fda84402d46 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | Options -Indexes
<IfModule mod_deflate.c>
	AddOutputFilterByType DEFLATE image/svg+xml
	<Files "rrd.php">
		SetOutputFilter DEFLATE
	</Files>
</IfModule>
RewriteEngine On
RewriteRule ^.git(ignore|/) - [F,L]
 |