From 5e949644626197b4ee5f3b993730758d725af9bc Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 11 Sep 2016 21:42:12 +0300 Subject: [PATCH] Updated WebDAV Config (markdown) --- WebDAV-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebDAV-Config.md b/WebDAV-Config.md index 0940b7b..9388433 100644 --- a/WebDAV-Config.md +++ b/WebDAV-Config.md @@ -7,7 +7,7 @@ Here's an example of config: For Apache: ``` Header always set Access-Control-Allow-Origin "*" -Header always set Access-Control-Allow-Headers "origin, content-type, accept, authorization, if-match, destination, overwrite" +Header always set Access-Control-Allow-Headers "origin, content-type, cache-control, accept, authorization, if-match, destination, overwrite" Header always set Access-Control-Expose-Headers "ETag" Header always set Access-Control-Allow-Methods "GET, HEAD, POST, PUT, OPTIONS, MOVE, DELETE, COPY, LOCK, UNLOCK" Header always set Access-Control-Allow-Credentials "true"