Last updated January 18, 2011. Created by geistteufel on January 18, 2011.
Log in to edit this page.
My goal is to show how to configure NGINX with PHP-FPM and APC (the best performance ever), for Drupal 7. All configuration I have found not fit well for Drupal7. It's Drupal6 compliant.
So I have made a full tutorial about this. About NGINX conf, NGINX team help me a little bit to make it simple and perfect.
Here the link :
http://qa.celogeek.com/freebsd/install/drupal7/overview
If you have any question, please tell me. This tutorial is based on FreeBSD but could be easily port on Linux.
Comments
I found the above guide to
I found the above guide to lack a lot of information.
For a more detailed guide try here
and if you are interested in Nginx for Drupal join the user group here
Another post about NGINX and Drupal7
Another post about NGINX and Drupal7:
http://dashohoxha.blogspot.com/2012/10/using-nginx-as-web-server-for-dru...
Thanks for the tutorial. it's
Thanks for the tutorial. it's great. I am looking the code to configure nginx in way that all requests like http://www.domain.com/node/1 are redirected to http://domain.com/node/1 or in the reverse way. Does any your tutorials cover that? Thanks again.