This commit is contained in:
Kenneth Reitz
2011-12-29 13:22:46 -05:00
parent 3f6eefc29b
commit 10443fffb0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
web: newrelic-admin run-program gunicorn httpbin:app -b "0.0.0.0:$PORT"
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent