Skip to content

Bind to unix socket #152

Answered by ioquatix
doits asked this question in Q&A
Jun 16, 2021 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Yes, that's the default:

# The IPC path to use for communication with the application.
# @attribute [String]
ipc_path {::File.expand_path("application.ipc", root)}
# The endpoint that will be used for communicating with the application server.
# @attribute [Async::IO::Endpoint]
endpoint do
::Falcon::ProxyEndpoint.unix(ipc_path,
protocol: protocol,
scheme: scheme,
authority: authority
)
end

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@doits
Comment options

@ioquatix
Comment options

@doits
Comment options

@ioquatix
Comment options

@uberjay
Comment options

Answer selected by doits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #151 on June 16, 2021 21:23.