typo fix
[nginx_drupal.git] / conf / fastcgi
blob23bd7b33afaa0be55df69b7f6a2393c7d0c15790
1 # Use your own port of fastcgi here
2   fastcgi_pass 127.0.0.1:3000;
3   fastcgi_index index.php;
4   include fastcgi_params;
5   fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;