X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=e7070522af7fb499a600db04f8ce6031009a028d;hb=1a6ddf003aafcd149b190d15742d817123b7a354;hp=c6300a4126b93c09bfa366a541cea737a76ba662;hpb=18a6f04c071f7a0735eb39b8c67fd51a082d1a31;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index c6300a412..e7070522a 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -7,13 +7,31 @@ "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" } }