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