mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #745] 请求docker镜像中的nginx添加webdav增强模块 nginx-dav-ext-module #3492
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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):@0xJacky commented on GitHub (Nov 20, 2024):
您好,由于 docker 使用 apt 直接安装的 nginx,我们目前没有使用自编译 Nginx 的计划。https://github.com/0xJacky/nginx-ui/issues/607
这种情况下更推荐您使用宿主机的 Nginx。