Пример #1
0
 def status(self):
     http_status(host=env.host_string, port=env.gunicorn_port,  name='Gunicorn')
     self.nginx.status()
Пример #2
0
 def status(self):
     host = env.host_string
     http_status(host=host, port="80", name='NGINX', run_local=True)
Пример #3
0
 def status(self):
     http_status(host=env.host_string,
                 port=env.gunicorn_port,
                 name='Gunicorn')
     self.nginx.status()