Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
proxy.conf.json 507 B
{
  "/spacy": {
    "target": "https://spacy.frag.jetzt/dep",
    "secure": true,
    "changeOrigin": true,
    "pathRewrite": {
      "^/spacy": ""
    }
  },
  "/api/ws/websocket": {
    "target": "ws://localhost:8080",
    "secure": false,
    "pathRewrite": {
      "^/api": ""
    },
    "ws": true,
    "logLevel": "debug"
  },
  "/api": {
    "target": "http://localhost:8888",
    "secure": false,
    "pathRewrite": {
      "^/api": ""
    },
		"logLevel": "debug"
  }
}