palewire/django-bakery

Gzip corrupts buildserver response

chrisspen opened this issue · 0 comments

If I delete my build directory, set BAKERY_GZIP = True, rebuild, and then python manage.py buildserver, all HTML content is corrupted in my browser, as the test server appears to be serving the raw gzipped content without the correct header.

Are there any additional settings not mentioned in the docs that need to be set to get gzipped content to be accessible via the buildserver?