location ~ ^/index\.php { proxy_pass http://localhost:8080; }
location = /index.php { fastcgi_pass 127.0.0.1:9000; }