also add the file

This commit is contained in:
Kevin Fenzi 2017-08-30 15:58:28 +00:00
parent 954dd50de7
commit e859a157e5

View file

@ -0,0 +1,19 @@
DocumentRoot /srv/web/docs.fedoraproject.org/
ErrorDocument 404 https://docs.stg.fedoraproject.org/_images/404.html
AddType application/epub+zip .epub
AddType image/svg+xml .svg
AddType image/svg+xml .svgz
AddEncoding gzip .svgz
<FilesMatch \.svgz$>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
</FilesMatch>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript
FileETag MTime Size
ExpiresActive On
ExpiresDefault "access plus 30 minutes"