Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持 Unix domain socket #127

Closed
88250 opened this issue May 21, 2020 · 0 comments
Closed

支持 Unix domain socket #127

88250 opened this issue May 21, 2020 · 0 comments
Assignees
Milestone

Comments

@88250
Copy link
Owner

88250 commented May 21, 2020

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

@88250 88250 added this to the 4.2.0 milestone May 21, 2020
@88250 88250 self-assigned this May 21, 2020
@88250 88250 closed this as completed in f2795a1 May 21, 2020
88250 added a commit that referenced this issue May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant