I'm trying to set up rutorrent, and their wiki tells me to add this to my server block:<div><br></div><div><div>location /RPC2 {</div><div>    include scgi_params;</div><div>    scgi_pass unix:/tmp/rpc.sock;</div><div>
}</div></div><div><br></div><div>After I do that and restart nginx, I get this error:</div><div><br></div><div><div>$ sudo /etc/init.d/nginx start</div><div>Starting nginx: nginx: [emerg] unknown directive "scgi_pass" in /etc/nginx/conf.d/localhost.conf:24</div>
<div>nginx: configuration file /etc/nginx/nginx.conf test failed</div></div><div><br></div><div>As far as I know the SCGI module has been built in by default since 0.8.42. I'm running 1.1.19 which I've verified with nginx -v.</div>
<div><br></div><div>Here's my entire server block:</div><div><br></div><div><a href="http://pastebin.com/NiaRvuVn">http://pastebin.com/NiaRvuVn</a>
</div><div><br></div><div>Note that everything runs fine if I remove the /RPC2 location block.</div>