FRiCKLE / ngx_zeromq

ZeroMQ transport for nginx
BSD 2-Clause "Simplified" License
265 stars 27 forks source link

Always 502s #6

Open jamesmarlowe opened 9 years ago

jamesmarlowe commented 9 years ago

I created this https://github.com/jamesmarlowe/ngx-zmq-sample so that I could test the functionality of this module. After following the README though, all I am able to get from curling localhost/ is:

<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>openresty/1.7.7.1</center>
</body>
</html>

If I am just using it incorrectly, I would love to hear as I would really like to use this module. Any help appreciated.

Taymindis commented 6 years ago

How did you solve this issue? I am always getting "connect() failed (88: Socket operation on non-socket) while connecting to upstream"