perusio / drupal-with-nginx

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

Added section re: nginx message [emerg] could not build the va... #161

Closed troubleshooter closed 10 years ago

troubleshooter commented 10 years ago

Ran into a problem with nginx "[emerg] could not build the variables_hash, you should increase either variables_hash_max_size: 512 or variables_hash_bucket_size: 64"

Based on discussion on nginx mailing list, I added this to my config and uncommented variables_hash_max_size to 1024 as this was recommended in nginx forum by developers.

Terry

perusio commented 10 years ago

Thanks.