summaryrefslogtreecommitdiffstats
path: root/roles/fedora-docs/proxy/files/fedora-docs.conf
blob: ebce64535eeeb4eddaa216a2861869fe99810f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DocumentRoot /srv/web/docs.fedoraproject.org/
ErrorDocument 404 /_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"