Ejemplo n.º 1
0
def stop():
    """ Stops the nginx service. """
    nginx_handler('stop')
Ejemplo n.º 2
0
def restart():
    """ Restarts the nginx service. """
    nginx_handler('restart')
Ejemplo n.º 3
0
def start():
    """ Starts the nginx service. """
    nginx_handler('start')