[GH-ISSUE #745] 请求docker镜像中的nginx添加webdav增强模块 nginx-dav-ext-module #1736

Closed
opened 2026-02-27 12:13:00 +03:00 by kerem · 1 comment
Owner

Originally created by @bigoovip on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/745

请求为docker镜像中的nginx添加webdav增强模块 nginx-dav-ext-module

nginx自己的webdav模块 ngx_http_dav_module 没有完整的支持webdav,请求在制作docker镜像时,为nginx添加webdav增强模块 nginx-dav-ext-module,该模块项目为 https://github.com/mid1221213/nginx-dav-ext-module/,可为nginx 的 webdav 添加 ROPFIND,OPTIONS,LOCK,UNLOCK 支持。

使用方法可参考项目文档

使用模块构建 nginx (编译时要同时添加ngx_http_dav_module模块 :--with-http_dav_module ):

# static module
$ ./configure --with-http_dav_module --add-module=/path/to/nginx-dav-ext-module

# dynamic module
$ ./configure --with-http_dav_module --add-dynamic-module=/path/to/nginx-dav-ext-module
Originally created by @bigoovip on GitHub (Nov 20, 2024). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/745 请求为docker镜像中的nginx添加webdav增强模块 nginx-dav-ext-module nginx自己的webdav模块 `ngx_http_dav_module` 没有完整的支持webdav,请求在制作docker镜像时,为nginx添加webdav增强模块 `nginx-dav-ext-module`,该模块项目为 [https://github.com/mid1221213/nginx-dav-ext-module/](https://github.com/mid1221213/nginx-dav-ext-module/),可为nginx 的 webdav 添加 `ROPFIND,OPTIONS,LOCK,UNLOCK` 支持。 **使用方法可参考[项目文档](https://github.com/mid1221213/nginx-dav-ext-module)** 使用模块构建 `nginx` (**编译时要同时添加`ngx_http_dav_module`模块 :`--with-http_dav_module`** ): ``` # static module $ ./configure --with-http_dav_module --add-module=/path/to/nginx-dav-ext-module # dynamic module $ ./configure --with-http_dav_module --add-dynamic-module=/path/to/nginx-dav-ext-module ```
kerem 2026-02-27 12:13:00 +03:00
Author
Owner

@0xJacky commented on GitHub (Nov 20, 2024):

您好,由于 docker 使用 apt 直接安装的 nginx,我们目前没有使用自编译 Nginx 的计划。https://github.com/0xJacky/nginx-ui/issues/607

这种情况下更推荐您使用宿主机的 Nginx。

<!-- gh-comment-id:2488247133 --> @0xJacky commented on GitHub (Nov 20, 2024): 您好,由于 docker 使用 apt 直接安装的 nginx,我们目前没有使用自编译 Nginx 的计划。https://github.com/0xJacky/nginx-ui/issues/607 这种情况下更推荐您使用宿主机的 Nginx。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1736
No description provided.