Chapter Quiz: Deployment & Production Engineering

Mastery Assessment: Deployment

Complete this assessment with 100% score to master this chapter.

01In a production environment, why is Nginx placed in front of Gunicorn?

02When should you use Gunicorn's 'gevent' or 'eventlet' workers instead of the default 'sync' workers?

03Why is it critical to set `DEBUG = False` in a production environment?