Skip to content

支持 Unix domain socket #127

Closed
Closed
@88250

Description

@88250
Owner

增加启动参数 --unix_domain_socket_path 用于指定 Unix domain socket 路径,示例:

--unix_domain_socket_path=/dev/shm/solo.sock

NGINX 配置:

upstream backend {
    server unix:/dev/shm/solo.sock
}

感谢 @CismonX 贡献框架支持 88250/latke#27

Activity

added this to the 4.2.0 milestone on May 21, 2020
self-assigned this
on May 21, 2020
added a commit that references this issue on May 21, 2020
3e786b8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @88250

      Issue actions

        支持 Unix domain socket · Issue #127 · 88250/solo