تو بلاک دامنه مربوطه زیر index.php اینو اضافه کنید :

if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?q=$1 last;
break;
}

service nginx restart

تمام....