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
如题,尝试做为静态文件服务的话,如下几点需要优化: 1、webd.conf 增加默认打开文件设置,以便在访问:http://IP:9212/ 时,可以自动访问:http://IP:9212/[index.html] 2、上述选项与用户权限“l”存在一定冲突,可设为权限“l”优先;无权限“l”,有默认打开文件时,再打开默认文件 3、索性再增加一个配置,表明是否开启纯静态服务;开启的话,不展示文件列表界面、登录链接等
同类参考:miniserve、dufs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题,尝试做为静态文件服务的话,如下几点需要优化:
1、webd.conf 增加默认打开文件设置,以便在访问:http://IP:9212/ 时,可以自动访问:http://IP:9212/[index.html]
2、上述选项与用户权限“l”存在一定冲突,可设为权限“l”优先;无权限“l”,有默认打开文件时,再打开默认文件
3、索性再增加一个配置,表明是否开启纯静态服务;开启的话,不展示文件列表界面、登录链接等
同类参考:miniserve、dufs
The text was updated successfully, but these errors were encountered: