mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
also add the file
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user