X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=e7070522af7fb499a600db04f8ce6031009a028d;hb=74654b2ee2d6b03f8bfbb9bd9ab5e8c2b2e63f1d;hp=4a72f1826337f49fb4d1a687ce6b81e876188f65;hpb=0ba5f5baade94a051710d9d9d408ac8083c14ac6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index 4a72f1826..e7070522a 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -3,13 +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" } }