drupal-with-nginx icon indicating copy to clipboard operation
drupal-with-nginx copied to clipboard

Missing variable "no_auth_cache"

Open sgurlt opened this issue 10 years ago • 0 comments

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?

sgurlt avatar Nov 06 '14 10:11 sgurlt