Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set up a basic webdav server. #14

Closed
ArcCal opened this issue Oct 12, 2020 · 2 comments
Closed

How to set up a basic webdav server. #14

ArcCal opened this issue Oct 12, 2020 · 2 comments

Comments

@ArcCal
Copy link

ArcCal commented Oct 12, 2020

No description provided.

@wader
Copy link
Sponsor Collaborator

wader commented Oct 12, 2020

Could it be that root * will match all requests so they don't reach webdav?

@mholt
Copy link
Owner

mholt commented Oct 12, 2020

@wader Close! root doesn't do anything except set a variable; it's always a pass-thru (non-terminal) handler.

@NetHeritage's mistake is using order webdav last which puts it after file_server, because last means last. So the file_server handles the request first, which is a terminal handler. OP simply needs to follow readme instructions: https://github.com/mholt/caddy-webdav#syntax

@mholt mholt closed this as completed Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants