From 26e8f153caaadd6bfc647520f569c759c0206cbd Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 15 Feb 2010 14:53:02 +0100 Subject: [PATCH] shouldn't have been merged --- examples/pylonstest/test.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pylonstest/test.ini b/examples/pylonstest/test.ini index ee918fd2..9e9f770e 100644 --- a/examples/pylonstest/test.ini +++ b/examples/pylonstest/test.ini @@ -12,7 +12,7 @@ error_email_from = paste@localhost [server:main] use = egg:gunicorn#main -host = unix:/tmp/test.sock +host = 127.0.0.1 port = 5000 workers = 2