I\'ve installed nginx, FastCGI and PHP on my server. WordPress 3.0 installed after a bit of a monster battle, but it\'s installed and working well.
However, when I chang
On your location / block,
add this and remove any non-specific rewrite rules:
try_files $uri $uri/ /index.php;