> [snip]
> location / {
> fastcgi_pass 10.9.1.201:8000;
> fastcgi_index index.php;
> fastcgi_keep_conn on;
> include fastcgi_params;
> fastcgi_param SCRIPT_FILENAME /data/www/$fastcgi_script_name;
> }
>>Hmm, I had to completely remove this bit from my configuration, or nginx
>>would hang.
It should be OK to remove, presuming you don’t want to send PHP requests. nginx
should ignore it unless you send an HTTP request to the target location which
now that I look at it, appears to be the root route on the web server. I always
have to fiddle with nginx params to work out exactly what they are doing.