How to stop production setup?

How to stop the production setup?

Hi @Antony_Praveenkumar,

sudo service nginx stop
sudo service supervisord stop
bench setup procfile
bench start

Thanks!

3 Likes

If none of the above solution is not working use this commant will stop all the service

sudo supervisorctl stop all
bench start

If you want to run in public IP or Domain name but in Development mode not in production use this commands

sudo service supervisor stop
bench setup procfile
bench start

Hi @Antony_Praveenkumar,

If you haven’t checked then please check the documentation of the Stopping Production and starting Development

I hope this helps.

Thank You!