Open poperigby opened 11 months ago
Are you navigating in your browser, or a WebDAV client? What is the actual response from the server?
I was navigating in my browser. When I just have this for my Caddyfile entry...
drive.example.com {
webdav {
root /srv/files
}
}
...I get a white screen with this on it:
/Tue, 07 Nov 2023 17:35:43 GMTHTTP/1.1 200 OK
I'm getting a 200 response from the server. It actually doesn't seem to matter what subdirectory I navigate to under drive.example.com, it will always be a grey screen with a 200 response.
Do you need to wrap the webdav directive in a handle_path
block? handle_path /dav/*
I'm having some trouble setting this up. I want:
How can I do this?
I tried this, but it didn't work:
It gives me a blank screen when I navigate to drive.example.com/dav.