mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -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/" } }
|
|
]
|
|
}
|