Re: Setting up a webDAV server

2022-01-06 Thread BonVonKnobloch
Thanks Francis, Maxim, I think that the docs are fine. Coming from an OS/network world and not steeped in HTTP, I had mentally reversed the concepts of location and root. All is (almost) clear now. Bob Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293215,293273#msg-293273 __

Re: Setting up a webDAV server

2022-01-02 Thread BonVonKnobloch
Thank you Francis, I had one part of the pathname double and could not see it. Seemingly I have PUT & GET functionality - now for further testing and tightening permissions. I confess to never being sure where a path relative to the nginx directory or a full path is required (reading the docs did n

Re: Setting up a webDAV server

2022-01-02 Thread BonVonKnobloch
Thanks for the thought Gariac, but no I don't have SELinux enabled, have also disabled AppArmor (had some trouble in the past). I also set 'open' permissions until the thing runs OK, then tighten them. Still getting '405' on PUT. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,293215,2

Re: Setting up a webDAV server

2022-01-01 Thread BonVonKnobloch
Thanks for your help Maxim, but I am afraid that I still can't get PUT to work. File permissions are fine, so I assume that my nginx.conf is still wrong: location calendar { root html/calendar; dav_methods PUT DELETE MKCOL COPY MOVE; dav_access group:rw

Setting up a webDAV server

2021-12-31 Thread BonVonKnobloch
Hi, I am new to nginx and am trying to get a simple webDAV server running. I can use GET to read files, but PUT fails. Using opensuse 15.3. '# nginx -V nginx version: nginx/1.20.2 built by gcc 7.5.0 (SUSE Linux) configure arguments: --with-http_dav_module' nginx.conf is as supplied with the foll