perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
854 stars 246 forks source link

Missing variable "no_auth_cache" #192

Open sgurlt opened 9 years ago

sgurlt commented 9 years ago

Hey,

i am acutally trying to setup nginx to do caching for authenticated users as well. For this I included "apps/drupal/microcache_proxy_auth.conf" in drupal.conf instead of "apps/drupal/microcache_proxy.conf". When i now try to start the nginx service, I recieve the following:

nginx: [emerg] unknown "no_auth_cache" variable

I tried changing "$no_cache" to "$no_auth_cache", this allowed me to start nginx again, but the caching does not work at all. Do I have to configure something else?