We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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_path 用于指定 Unix domain socket 路径,示例:
--unix_domain_socket_path
--unix_domain_socket_path=/dev/shm/sym.sock
NGINX 配置:
upstream backend { server unix:/dev/shm/sym.sock }
感谢 @CismonX 贡献框架支持 88250/latke#27
The text was updated successfully, but these errors were encountered:
1a6da0b
✨ 支持 Unix domain socket Fix #19
3d2e4c2
88250
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
增加启动参数
--unix_domain_socket_path
用于指定 Unix domain socket 路径,示例:NGINX 配置:
感谢 @CismonX 贡献框架支持 88250/latke#27
The text was updated successfully, but these errors were encountered: