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

@ -26,4 +26,6 @@ if ($request_method = 'OPTIONS') {
add_header 'Content-Length' 0;
return 204;
}
```
```
Please note: OPTIONS request must respond with 200 **without** authorization.