fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.28k stars 98 forks source link

Allow to listen on UNIX domain socket (with :listen option). #40

Closed fukamachi closed 8 years ago

rudolph-miller commented 8 years ago

:+1:

fukamachi commented 8 years ago

Note the permission of UNIX domain socket is 644. If you're getting 502 Bad Gateway, change it to 666 for allowing to write to the socket.