-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Unix sockets #237
Comments
Moll, I also put in a request to extend port configuration. #236 I think we are kinda, sorta, looking for a similar thing..... |
Node doesn't allow something like I tried to squeeze host and port together. Other people requested protocol as well. So we ended up with an ability to do any of these. I think |
Fixed in 9738639 and published as Now you should be able to do |
Thank you! Will give it a shot! |
Hey,
Unix sockets are a little more versatile and easier to lock down than TCP for reverse proxying. Node usually, where it takes a port number, allows a file path to be given for listening as a Unix socket. Sinopia does something clever with the port, however, and forbids this:
It'd be nice to be able to use Unix sockets, too.
The text was updated successfully, but these errors were encountered: