From 8a31038ef8aa3b0af0a6344db68b14099cf941ea Mon Sep 17 00:00:00 2001 From: Dominik Braun Date: Mon, 15 Jul 2019 21:20:18 +0200 Subject: [PATCH] try_policy seems to be a string at the moment, not an array. --- v2:-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 5263ad2..f0a0b98 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -694,7 +694,7 @@ Matches requests based on files on disk. "file": { "root": "", "try_files": [], - "try_policy": [] + "try_policy": "" } ```