summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-08-30 15:58:28 +0000
committerKevin Fenzi <kevin@scrye.com>2017-08-30 15:58:28 +0000
commite859a157e546a3fe597f41d1cee8598fcf786bb5 (patch)
tree531bdfbcbf02e9e5754df76b4216d9480e837733
parent954dd50de761a08338918080c98a629d4b742797 (diff)
downloadansible-e859a157e546a3fe597f41d1cee8598fcf786bb5.tar.gz
ansible-e859a157e546a3fe597f41d1cee8598fcf786bb5.tar.xz
ansible-e859a157e546a3fe597f41d1cee8598fcf786bb5.zip
also add the file
-rw-r--r--roles/fedora-docs/proxy/files/fedora-docs.conf.stg19
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/fedora-docs/proxy/files/fedora-docs.conf.stg b/roles/fedora-docs/proxy/files/fedora-docs.conf.stg
new file mode 100644
index 000000000..bc1fc6def
--- /dev/null
+++ b/roles/fedora-docs/proxy/files/fedora-docs.conf.stg
@@ -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"