8000 支持 Unix domain socket · Issue #127 · 88250/solo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
支持 Unix domain socket #127
Closed
Closed
@88250

Description

@88250

增加启动参数 --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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0