X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hb=075942b212ff02aebf2f6668322407d40a0b91e5;hp=d1f3936729846b935102c5b2fe1e428ede8644d0;hpb=0cfcbae8189353a1ad29bafbd520e6965290f367;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index d1f393672..81a0fc4c1 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -3,8 +3,31 @@ "target": "http://localhost:9000", "secure": false }, + "/plugins": { + "target": "http://localhost:9000", + "secure": false + }, + "/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" } }