Support for unix sockets. #82
marknefedov
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This should be fairly easy to add, I just need to figure out the right logic for configuration. Are you familiar with a standardized env var for a socket path? I think ideally the server would allow explicit compiled-in configuration like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unix socket support is usefull when app will be deployed behind a proxy (like nginx).
As an example warp currently allows to use tokio's UnixListener.
Beta Was this translation helpful? Give feedback.
All reactions