mirror of
https://github.com/schmidt1024/monero-flyer.git
synced 2025-06-14 16:23:06 +00:00
15 lines
296 B
ApacheConf
15 lines
296 B
ApacheConf
DirectoryIndex index.html
|
|
|
|
<IfModule mod_deflate.c>
|
|
AddOutputFilterByType DEFLATE image/svg+xml
|
|
</IfModule>
|
|
|
|
<IfModule mod_mime.c>
|
|
AddType image/svg+xml .svg
|
|
</IfModule>
|
|
|
|
<FilesMatch "\.svg$">
|
|
Header set Content-Type "image/svg+xml"
|
|
Header set Content-Encoding gzip
|
|
</FilesMatch>
|