diff --git a/proxy.conf.json b/proxy.conf.json new file mode 100644 index 0000000..234cd6c --- /dev/null +++ b/proxy.conf.json @@ -0,0 +1,18 @@ +{ + "/ws": { + "target": "http://localhost:8888", + "secure": false, + "ws": true + }, + + "/terminal": { + "target": "http://localhost:8888", + "secure": false, + "ws": true + }, + + "/login": { + "target": "http://localhost:8888", + "secure": false + } +}