def stop():
    """ Stops gunicorn and nginx. """
    gunicorn.stop()
    nginx.stop()
Esempio n. 2
0
def stop():
    """ Stops gunicorn and nginx. """
    gunicorn.stop()
    nginx.stop()