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
[common] server_addr = x.x.x.x server_port = 7000
[test_static_file] type = tcp remote_port = 6000
plugin = static_file
plugin_local_path = /tmp/file
plugin_strip_prefix = static plugin_http_user = abc plugin_http_passwd = abc
The text was updated successfully, but these errors were encountered:
type = tcp -> type = http
type = tcp
type = http
Sorry, something went wrong.
No branches or pull requests
[common]
server_addr = x.x.x.x
server_port = 7000
[test_static_file]
type = tcp
remote_port = 6000
这个是不是可以不要而使用 subdomain来代替,或者有其他什么方式能够解决?
plugin = static_file
要对外暴露的文件目录
plugin_local_path = /tmp/file
用户访问 URL 中会被去除的前缀,保留的内容即为要访问的文件路径
plugin_strip_prefix = static
plugin_http_user = abc
plugin_http_passwd = abc
The text was updated successfully, but these errors were encountered: