On Thursday 09 October 2014 10:49:38 Greg Barker wrote:
> Option #2 should work, here's what I have for my uwsgi site. Double check
> your permissions on the directory the uwsgi.sock lives in.
>
> My nginx conf:
> location / {
> uwsgi_pass unix:///var/www/my_app/my_virtualenv/run/uwsgi.sock;
> include uwsgi_params;
> }
>
[..]
Actually, these two extra slashes are surplus.
Look at the docs: http://nginx.org/r/uwsgi_pass
wbr, Valentin V. Bartenev
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx