mirror of
https://github.com/versity/versitygw.git
synced 2026-03-27 18:05:00 +00:00
This adds the ability to specify unix domain socket paths for the service listener with the --port <path> option. Where <path> can be either a path to a file in a filesystem or prefixed with @ for an abstract socket name. Anything not matching the <host>:<port> pattern in the --port option will be considered a socket filename.