forked from sensu/sensu-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic.json
More file actions
47 lines (47 loc) · 1.43 KB
/
static.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"root": "/app/public/",
"https_only": true,
"error_page": "/404.html",
"pattern_redirects": {
"~ ^/sensu-core/1.9/?((?<=\/).*)?$": {
"url": "/sensu-core/latest/$1",
"status": 302
},
"~ ^/sensu-core/2.0/?((?<=\/).*)?$": {
"url": "/sensu-go/latest/$1",
"status": 301
},
"~ ^/uchiwa/1.0/?((?<=\/).*)?$": {
"url": "/uchiwa/latest/$1",
"status": 302
},
"~ ^/sensu-enterprise/3.7/?((?<=\/).*)?$": {
"url": "/sensu-enterprise/latest/$1",
"status": 302
},
"~ ^/sensu-enterprise-dashboard/2.16/?((?<=\/).*)?$": {
"url": "/sensu-enterprise-dashboard/latest/$1",
"status": 302
},
"~ ^/sensu-go/latest/guides/create-a-ready-only-user$": {
"url": "/sensu-go/latest/guides/create-read-only-user",
"status": 301
},
"~ ^/sensu-go/5.18/?((?<=\/).*)?$": {
"url": "/sensu-go/latest/$1",
"status": 302
},
"~ ^/sensu-go/5.1[0-4]/?((?<=\/).*)?$": {
"url": "/sensu-go/latest/$1",
"status": 301
},
"~ ^/sensu-go/5.[0-9]/?((?<=\/).*)?$": {
"url": "/sensu-go/latest/$1",
"status": 301
},
"~ ^/plugins/1.0/?((?<=\/).*)?$": {
"url": "/plugins/latest/$1",
"status": 302
}
}
}