Drupal on nginx

I already shared some nginx configuration for PHP, but here is one for Drupal. server ~ / $ cat /etc/nginx/sites-available/drupal.conf server { listen 80; server_name DOMAIN; error_log logs/DOMAIN-error.log; access_log logs/comDOMAIN-access.log main;...

wordpress rewrite for nginx

Following the my previous post on nginx and php for the search engine friendly URL edit the virtualhost nginx config file and a localtion server ~/ $ cat /etc/nginx/sites-available/default.conf server { listen 80 default; server_name _; access_log...

Error thrown

Call to undefined function create_function()