d6ef9ec
@@ -272,6 +272,7 @@
- doc.fedoraproject.org
- docs.stg.fedoraproject.org
sslonly: true
+ gzip: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
This enable gzip compression on docs.fp-o for faster loading time. We are currently testing a new search functionality on staging, and the search index is big enough to impact the loading time. Using mod_deflate here would most likely help.
Build succeeded.
rebased onto d6ef9ec
Pull-Request has been merged by kevin
This enable gzip compression on docs.fp-o for faster loading time.
We are currently testing a new search functionality on staging, and the search index is big enough to impact the loading time. Using mod_deflate here would most likely help.