drupal在nginx下的伪静态规则
if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1 last; }