github.com/apex/up@v1.7.1/handler/testdata/static-redirects/up.json (about)

     1  {
     2    "name": "app",
     3    "type": "static",
     4    "logs": {
     5      "enable": false
     6    },
     7    "redirects": {
     8      "/docs/:product/guides/:guide": {
     9        "location": "/help/:product/:guide",
    10        "status": 302
    11      }
    12    }
    13  }