<div dir="ltr">you should use wsgi_pass, not uwsgi_pass</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/25 Josh Haimson <span dir="ltr"><<a href="mailto:jhaimson@mit.edu" target="_blank">jhaimson@mit.edu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div>I'm trying to configure nginx 1.1.19 on an ubuntu server with uwsgi.  It works fine on my ubuntu dev machine with the same exact version of nginx, but for some reason I get the following error when I try to start nginx on my production server:<div>


<div>Starting nginx: nginx: [emerg] unknown directive "uwsgi_pass" in /etc/nginx/sites-enabled/nginx.conf:31</div><div>nginx: configuration file /etc/nginx/nginx.conf test failed</div><div><br></div><div>
I had seen this in an <a href="http://mailman.nginx.org/pipermail/nginx/2010-October/023165.html" target="_blank">earlier post</a>, but the issue was that they were running an older version of nginx which didn't support uwsgi natively.  Does anyone know why I'd be getting this error when I'm running a version that should support uwsgi natively?</div>


<div><br></div><div><div>For reference, my nginx.conf file is below:</div><div></div></div><div><br></div><div>Thanks,</div><div>Josh</div><div><br></div><div>nginx.conf:</div><div>

<br></div><div><div>upstream django {</div><div>    server unix:/tmp/django.sock;</div><div>    }</div><div><br></div></div><div><div>server {</div><div>    listen      8000;</div><div>    server_name 127.0.0.1; </div>

<div>    charset     utf-8;</div><div>    client_max_body_size 75M;</div><div><br></div></div><div><div>    location / {</div><div>        uwsgi_pass  django;</div><div>        include     /home/django-server/uwsgi_params;</div>


<div>        }</div><div>    }</div><span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div dir="ltr">Josh Haimson<br>Massachusetts Institute of Technology 2016<div>
Departments of Computer Science and Biology</div><div><div><a href="mailto:JHaimson@mit.edu" target="_blank">JHaimson@mit.edu</a> | 516.640.6221</div>

</div></div>
</font></span></div></div>
<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br></blockquote></div><br></div>