<div dir="ltr"><div>Ineeed. Sorry about that. The problem is that I can't capture the output of nginx -V, as--for some reason--the > symbol is only producing an empty file. I can't copy and paste directly from or to the prompt either. If you tell me what you're looking for in nginx -V, I can tell you that value, but there's a lot of information there.<br><br></div><div>My site configuration file is:<br><br>server {<br>  include restrictions/localOnly;<br>  listen 80;<br>  server_tokens off;<br>  server_name <a href="http://myapp.mysite.com">myapp.mysite.com</a>;<br>  location / {<br>    include uwsgi_params;<br>    uwsgi_pass <a href="http://127.0.0.1:9876">127.0.0.1:9876</a>;<br>  }<br><br>  location /static {<br>    alias /var/www/myapp/app/static;<br>  }<br><br><br>}<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 11, 2016 at 3:24 AM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, May 10, 2016 at 05:09:21PM -0400, Alex Hall wrote:<br>
<br>
Hi there,<br>
<br>
</span><span class="">> We may be finding the problem... I'm not sure what you mean by 'upstream<br>
> service'.<br>
<br>
</span>Somehow, you tell nginx to talk to "the next server". It can be with<br>
"proxy_pass" or "fastcgi_pass" or, most likely here, "uwsgi_pass".<br>
<br>
"the next server" is the upstream, in this context.<br>
<br>
And the directive is whichever *_pass you use here.<br>
<br>
Cheers,<br>
<div class="HOEnZb"><div class="h5"><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<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" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div>