updated homepage example for gunicorn 19

This commit is contained in:
Collin Anderson 2014-09-10 10:26:20 -04:00
parent 257e2228ae
commit aa301c465f

View File

@ -90,13 +90,13 @@
]) ])
return iter([data]) return iter([data])
(tutorial) $ ../bin/gunicorn -w 4 myapp:app (tutorial) $ ../bin/gunicorn --log-file - -w 4 myapp:app
2010-06-05 23:27:07 [16800] [INFO] Arbiter booted [2014-09-10 10:22:28 +0000] [30869] [INFO] Listening at: http://127.0.0.1:8000 (30869)
2010-06-05 23:27:07 [16800] [INFO] Listening at: http://127.0.0.1:8000 [2014-09-10 10:22:28 +0000] [30869] [INFO] Using worker: sync
2010-06-05 23:27:07 [16801] [INFO] Worker spawned (pid: 16801) [2014-09-10 10:22:28 +0000] [30874] [INFO] Booting worker with pid: 30874
2010-06-05 23:27:07 [16802] [INFO] Worker spawned (pid: 16802) [2014-09-10 10:22:28 +0000] [30875] [INFO] Booting worker with pid: 30875
2010-06-05 23:27:07 [16803] [INFO] Worker spawned (pid: 16803) [2014-09-10 10:22:28 +0000] [30876] [INFO] Booting worker with pid: 30876
2010-06-05 23:27:07 [16804] [INFO] Worker spawned (pid: 16804) [2014-09-10 10:22:28 +0000] [30877] [INFO] Booting worker with pid: 30877
</pre> </pre>
</div> </div>
<div class="tab-box" data-tab="deployment"> <div class="tab-box" data-tab="deployment">