Tuesday, February 28, 2017

Advice: django deploy vps error 502

Hi, all 
i have one vps for one application,

 vps description

16GB RAM
8 core processor
160 GB SSD
6TB Transfer

ok, i am using, uwsgi(2.0.14), nginx(1.10), mysql(5.6 )and ubuntu 16.04 LTS
this site working well when is visited or hits 1k even 6k, but when visited 10k or 12k
raiser error 502,

When I do a test of ab like these command line
ab -k -c 350 -n 20000 mydomain.com/
again raiser the error 502 in almost pages

these are configs all, wsgi, nginx

---- uwsgi script in /etc/uwsgi/app-availabre/website.ini -----

---- nginx conf in /etc/nginx/nginx.conf  ------

----- nginx vhost for my website mydpmain --------

How can I do so that the site does not throw the error?

Are the settings correct?

How can i know the layer support the vps?

In nginx how to stop the ab test, if many people do the test the web site throws the error 502 ngixn

I would appreciate it if someone gave me an idea or advice to configure better when there is high traffic or are doing ab test or another benchmarking test

cheers

--
att.
Carlos Rocha

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAM-7rO1u-ih5pd9b2AEEDLBJRL7DUvhVDs9hfZjpyGH_fHKJbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment