mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated htaccess to check for mod_filter (#5980)
* updated htaccess to check for mod_filter * added mod_deflate check
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
Options FollowSymlinks Multiviews
|
||||
|
||||
AddType image/svg+xml .svg
|
||||
AddOutputFilterByType DEFLATE image/svg+xml
|
||||
<IfModule mod_filter.c>
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE image/svg+xml
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine on
|
||||
RewriteBase /
|
||||
|
Reference in New Issue
Block a user