Would it be possible to have an option to replace the original file with the gzipped version, so that gzip -c index.html > index.html ?
This would allow hosting in a Google storage bucket, similar to Amazon S3, but google doesn't look for a index.gz.html to serve before sending index.html
Would it be possible to have an option to replace the original file with the gzipped version, so that
gzip -c index.html > index.html
?This would allow hosting in a Google storage bucket, similar to Amazon S3, but google doesn't look for a index.gz.html to serve before sending index.html