def stop():
    """ Stops gunicorn and nginx. """
    gunicorn.stop()
    nginx.stop()
Example #2
0
def stop():
    """ Stops gunicorn and nginx. """
    gunicorn.stop()
    nginx.stop()