X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=0681066be4c4d37206f4cb3da6492b22b792ad78;hb=f49cc37dfcd2e768eadf4282a79588d1d29d93c7;hp=7b7357f44da116dd5e705868714dc0349c629479;hpb=41b15c892192073828458d007256a9dfdf3bb6fb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index 7b7357f44..0681066be 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -15,13 +15,31 @@ "target": "http://localhost:9000", "secure": false }, + "/lazy-static": { + "target": "http://localhost:9000", + "secure": false + }, "/socket.io": { "target": "ws://localhost:9000", "secure": false, "ws": true }, - "/": { - "target": "http://localhost:3000/client", + "/client/assets": { + "target": "http://localhost:9000", "secure": false + }, + "/client/locales": { + "target": "http://localhost:9000", + "secure": false + }, + "/!(client)**": { + "target": "http://localhost:3000/client/index.html", + "secure": false, + "logLevel": "debug" + }, + "/!(client)**/**": { + "target": "http://localhost:3000/client/index.html", + "secure": false, + "logLevel": "debug" } }