X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=1c5a84c852db696088e32c44ecb571caa5a6bb63;hb=51326912d61b05a33dd9cf3ca9befa6e2715b346;hp=e5f0dfd617887be0ee5279b85d1aa6684915a538;hpb=28e0e40d2b301f109a4dd20a5be1f0b58e8201ad;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index e5f0dfd61..1c5a84c85 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -3,12 +3,21 @@ "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 } }