X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hb=dc8902634864841be7ca483b8e1c0f5afa609c32;hp=e5f0dfd617887be0ee5279b85d1aa6684915a538;hpb=28e0e40d2b301f109a4dd20a5be1f0b58e8201ad;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index e5f0dfd61..81a0fc4c1 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -3,12 +3,31 @@ "target": "http://localhost:9000", "secure": false }, - "/static": { + "/plugins": { "target": "http://localhost:9000", "secure": false }, - "/socket.io": { + "/themes": { + "target": "http://localhost:9000", + "secure": false + }, + "/static": { "target": "http://localhost:9000", "secure": false + }, + "/socket.io": { + "target": "ws://localhost:9000", + "secure": false, + "ws": true + }, + "/!(client)**": { + "target": "http://localhost:3000/client/index.html", + "secure": false, + "logLevel": "debug" + }, + "/!(client)**/**": { + "target": "http://localhost:3000/client/index.html", + "secure": false, + "logLevel": "debug" } }