github.com/franciscocpg/up@v0.1.10/handler/testdata/static-redirects/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",
     9        "status": 302
    10      }
    11    }
    12  }