Updated WebDAV Config (markdown)

antelle 2016-04-08 20:35:38 +03:00
parent 5884469bcc
commit 071969993b
1 changed files with 3 additions and 1 deletions

@ -27,3 +27,5 @@ if ($request_method = 'OPTIONS') {
return 204;
}
```
Please note: OPTIONS request must respond with 200 **without** authorization.