mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-31 15:08:42 -04:00
try_policy seems to be a string at the moment, not an array.
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": ""
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user