Django is a popular web framework that is widely used by developers to build powerful and scalable web applications. One of the key components of a...
For further actions, you may consider blocking this person and/or reporting abuse
This article justifies it's title. Very comprehensive.
Well done πππand thanks for sharing
Thank you, I am glad that you liked it π
you are welcome
Nice article! I personally use Apache + Gunicorn, it works well too.
Thanks for reading, I have primarily used Ngnix + Gunicorn, that's why I have focused a lot there.
Please Pragati, can you write another article showing how to configure Ngnix + Gunicorn.
I will be thankful of that!
Overall thank you for this helpful article
Sure, that makes a good topic. Will try to work on it in the next few weeks. Thanks for reading.π
There are another one interesting web server - traefik.io
If I'm behind a proxy such as Nginx I don't need to set up the load balancing algorithm for different workers of Gunicorn ? For instance, consider below configuration using least connection algorithm :
upstream gunicorn {
least_conn;
server localhost:8000;
server localhost:8001;
server localhost:8002;
server localhost:8003;
}
server {
listen 80;
server_name your_domain.com;
}
hi what is the best choise for a estate website which addresses large amount of high-resolution images.