drupal-with-nginx
drupal-with-nginx copied to clipboard
Missing variable "no_auth_cache"
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?