码桶

发现社区成员的开源项目

main
EdgeOne_Proxy/edgeone.config.json
edgeone.config.json388 B
{
  "routes": [
    {
      "caseSensitive": false,
      "match": "^/(?:[^/]+/)?https?://",
      "type": "regex",
      "action": {
        "type": "function",
        "target": "[[path]].js"
      }
    },
    {
      "match": "^(?!.*https?://)/",
      "type": "regex",
      "action": {
        "type": "static",
        "target": "index.html"
      }
    }
  ]
}