20 lines
615 B
Text
20 lines
615 B
Text
DocumentRoot /srv/web/docs.fedoraproject.org/public_html
|
|
Redirect permanent /yum http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/Software_Management_Guide/index.html
|
|
ErrorDocument 404 http://docs.fedoraproject.org/
|
|
|
|
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 5 days"
|