def status(self): http_status(host=env.host_string, port=env.gunicorn_port, name='Gunicorn') self.nginx.status()
def status(self): host = env.host_string http_status(host=host, port="80", name='NGINX', run_local=True)