also add the file
This commit is contained in:
parent
954dd50de7
commit
e859a157e5
1 changed files with 19 additions and 0 deletions
19
roles/fedora-docs/proxy/files/fedora-docs.conf.stg
Normal file
19
roles/fedora-docs/proxy/files/fedora-docs.conf.stg
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue