Nginx for development

Hello, is it possible to setup nginx for development? Thanks

basically using Nginx for production.
you can use bench watch to fetch changes and using bench restart with each change.
or you can stop production

and after changes and its stable re set the production using
bench setup production

if I want a development server with nginx for SSL, is it possible?