nginx-dav-ext-module
- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/arut/nginx-dav-ext-module
软件介绍
nginx-dav-ext-module 主要是实现了 NGINX WebDAV 未实现的命令支持,包括:PROPFIND & OPTIONS
对于完整的 WebDAV 支持你需要启用 Nginx 的 WebDAV 模块。
配置方法:./configure --with-http_dav_module --add-module=<path-to-this-module>
依赖:libexpat-dev
示例配置:
location / {
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;
root /var/root/;
}
Impractical Python Projects
Lee Vaughan / No Starch Press / 2018-11 / USD 29.95
Impractical Python Projects picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools that you’ll use every day. And to keep things interesting, ea......一起来看看 《Impractical Python Projects》 这本书的介绍吧!
