[TYPO3-dev] [BE][compressionLevel] NGINX and Fast CGI with TYPO3 4.4 BETA2

Olivier Dobberkau olivier.dobberkau at dkd.de
Tue May 4 12:44:49 CEST 2010


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.

Olivier




More information about the TYPO3-dev mailing list