Displaying posts tagged:

Rapid nginx Compression Configuration

No Comments

Google came up pretty empty about this and I could not find anything in the documentation, so I thoguht I'd drop it here real quick: It looks like the gzip_types config directive supports globbing, so instead of keeping an enormous list of mime-types to be compressed, you can do something like gzip_types text/*; in order to …