X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=e7070522af7fb499a600db04f8ce6031009a028d;hb=d170c5c580abf6f90d7bf144e2417e248ce2ecf4;hp=d1f3936729846b935102c5b2fe1e428ede8644d0;hpb=0cfcbae8189353a1ad29bafbd520e6965290f367;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index d1f393672..e7070522a 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -3,8 +3,35 @@ "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 + }, + "/lazy-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" } }