hello,
the authcache module suggest to turn on the drupal compression, but i allready have nginx compressing my files so would it be better to use drupal compression or nginx?

nginx config:
gzip on;
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
gzip_comp_level 2;
gzip_proxied any;
gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;

Comments

fishfree’s picture

I have the same problem.

simg’s picture

you have the same problem in D6 or D7 ?

fishfree’s picture

D7

jason.fisher’s picture

If Drupal compression is storing the compressed pages, that would be better than using nginx to repeatedly compress on delivery.

znerol’s picture

Issue summary: View changes
Status: Active » Closed (outdated)