try_policy seems to be a string at the moment, not an array.

Dominik Braun 2019-07-15 21:20:18 +02:00
parent 58e757ac37
commit 8a31038ef8

@ -694,7 +694,7 @@ Matches requests based on files on disk.
"file": { "file": {
"root": "", "root": "",
"try_files": [], "try_files": [],
"try_policy": [] "try_policy": ""
} }
``` ```