mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
12 lines
279 B
JSON
12 lines
279 B
JSON
|
{
|
||
|
"ErrorDocument": {
|
||
|
"Key": "jsearch/index.html"
|
||
|
},
|
||
|
"IndexDocument": {
|
||
|
"Suffix": "index.html"
|
||
|
},
|
||
|
"RoutingRules": [
|
||
|
{ "Condition": { "KeyPrefixEquals": "jsearch/index.html" }, "Redirect": { "HostName": "$BUCKET", "ReplaceKeyPrefixWith": "jsearch/" } }
|
||
|
]
|
||
|
}
|