[GH-ISSUE #2490] Does NPM support HTTP PROPFIND method? #1740

Closed
opened 2026-02-26 07:32:17 +03:00 by kerem · 3 comments
Owner

Originally created by @skironDotNet on GitHub (Dec 19, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2490

using jc21/nginx-proxy-manager:latest

This may not be a bug, just limited functionality report or feature request, please read...

I have Directory "/" not found error in owncloud, and I believe this is related to NPM

image

The 404 is likely thrown by Nginx because as I remember back in a days when wanted to run WebDav from Nginx I needed extended module for Nginx to include PROPFIND method, so I'm making a simple assumption here, that NPM is not compiled with extended Nginx functionality, thus can't provide 100% reverse proxy.

Can you confirm if you include ngx_http_dav_module ?
https://nginx.org/en/docs/http/ngx_http_dav_module.html

Actually probably unofficial
https://github.com/arut/nginx-dav-ext-module

https://forum.nginx.org/read.php?2,227415,227415

If not, would you be able to include it, or should I build my own container based on yours to include it?

Originally created by @skironDotNet on GitHub (Dec 19, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2490 using `jc21/nginx-proxy-manager:latest` This may not be a bug, just limited functionality report or feature request, please read... I have `Directory "/" not found` error in owncloud, and I believe this is related to NPM ![image](https://user-images.githubusercontent.com/2981715/208477865-a8ce36f9-3175-4f1d-90ec-da1c1e285b51.png) The 404 is likely thrown by Nginx because as I remember back in a days when wanted to run WebDav from Nginx I needed extended module for Nginx to include PROPFIND method, so I'm making a simple assumption here, that NPM is not compiled with extended Nginx functionality, thus can't provide 100% reverse proxy. Can you confirm if you include `ngx_http_dav_module` ? https://nginx.org/en/docs/http/ngx_http_dav_module.html Actually probably unofficial https://github.com/arut/nginx-dav-ext-module https://forum.nginx.org/read.php?2,227415,227415 If not, would you be able to include it, or should I build my own container based on yours to include it?
kerem 2026-02-26 07:32:17 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@skironDotNet commented on GitHub (Dec 19, 2022):

I think the problem got solved when I disabled "Cache Assets", so maybe would just need to adjust something to let PROPFIND work without cache, and the rest to cache?

<!-- gh-comment-id:1358036350 --> @skironDotNet commented on GitHub (Dec 19, 2022): I think the problem got solved when I disabled "Cache Assets", so maybe would just need to adjust something to let PROPFIND work without cache, and the rest to cache?
Author
Owner

@github-actions[bot] commented on GitHub (Feb 1, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1920342813 --> @github-actions[bot] commented on GitHub (Feb 1, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Mar 19, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2735140533 --> @github-actions[bot] commented on GitHub (Mar 19, 2025): Issue was closed due to inactivity.
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-proxy-manager-NginxProxyManager#1740
No description provided.