github.com/franciscocpg/up@v0.1.10/handler/testdata/static-rewrites/up.json (about) 1 { 2 "type": "static", 3 "logs": { 4 "enable": false 5 }, 6 "redirects": { 7 "/docs/:product/guides/:guide": { 8 "location": "/help/:product/:guide.html", 9 "status": 200 10 } 11 } 12 }