uwsgi problems
    Valentin V. Bartenev 
    vbart at nginx.com
       
    Fri Oct 10 15:07:41 UTC 2014
    
    
  
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
    
    
More information about the nginx
mailing list