> hello i have this configuration
> [program:lab]
> command=/usr/local/bin/uwsgi
>   --socket /home/ubuntu/xxx/lab/lab.sock
>   --pythonpath /home/ubuntu/xxx/lab
>   --master
>   --processes 2
>   --module juego.deploy_wsgi
>   --socket-timeout 18000
>   --listen 64
>   --post-buffering 16384
>   --disable-logging
>   --max-requests 100
> directory=/home/ubuntu/DJANGO/lab
> user=ubuntu
> master = 1
> autostart=true
> autorestart=true
> stdout_logfile=/home/ubuntu/xxx/lab/lab.log
> redirect_stderr=true
> stopsignal=QUIT
>
> but i have many 502 every time helpme i dont not understand
>

You should post your webserver configuration

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to