nginx-dav-ext-module

码农软件 · 软件分类 · WebDAV 开源软件 · 2019-03-16 08:57:56

软件介绍

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/;
    }

本文地址:https://www.codercto.com/soft/d/1455.html

Impractical Python Projects

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码