Django - Deployment and Production
You want to deploy your Django app with Gunicorn on a server accessible only on port 8080 and use 4 workers for better performance. Which command correctly achieves this?
--workers 4.0.0.0.0:8080 makes the app accessible on port 8080 from any network interface.myproject.wsgi:application is the correct WSGI app for Django.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions