We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题,在设置了监听tls或者unix domain socket之后,不想监听http,但是无论怎么配置仍是会监听一个http端口,发现代码写死了。
https://github.com/cloudreve/Cloudreve/blob/master/main.go#L62
以前没有unix domain socket和tls监听模式可以理解,现在有了unix domain socket和tls,这里是不是应该改一下
The text was updated successfully, but these errors were encountered:
Fix: stop listening HTTP port if unix socket is enabled (#729)
4047695
No branches or pull requests
如题,在设置了监听tls或者unix domain socket之后,不想监听http,但是无论怎么配置仍是会监听一个http端口,发现代码写死了。
https://github.com/cloudreve/Cloudreve/blob/master/main.go#L62
以前没有unix domain socket和tls监听模式可以理解,现在有了unix domain socket和tls,这里是不是应该改一下
The text was updated successfully, but these errors were encountered: