[TYPO3-dev] [BE][compressionLevel] NGINX and Fast CGI with TYPO3 4.4 BETA2
Dominique Feyer
dominique.feyer at reelpeek.net
Mon Aug 22 23:45:58 CEST 2011
Do you have some success with the configuration on nginx 1.0 ?
Steffen Gebert wrote:
> Am 04.05.2010, 12:44 Uhr, schrieb Olivier Dobberkau
> <olivier.dobberkau at dkd.de>:
>
>> Am 04.05.10 00:55, schrieb Steffen Gebert:
>>
>>> of course, everywhere gzip, net gz
>>
>> Solved. It was the gz gzip Extension.
>>
>> location ~* "\.js\.gzip$" {
>> add_header Content-Encoding gzip;
>> gzip off;
>> default_type application/javascript;
>> }
>>
>> location ~* "\.css\.gzip$" {
>> add_header Content-Encoding gzip;
>> gzip off;
>> types { text/css gzip; }
>> }
>>
>> Thanks Steffen.
>
> You're welcome. Nice to have this now documented also for a non-Apache
> server :)
>
> Steffen
More information about the TYPO3-dev
mailing list