X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hb=b63331ec38eef16bf3e6f44e0b3e81b357607e71;hp=7b7357f44da116dd5e705868714dc0349c629479;hpb=41b15c892192073828458d007256a9dfdf3bb6fb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index 7b7357f44..81a0fc4c1 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -20,8 +20,14 @@ "secure": false, "ws": true }, - "/": { - "target": "http://localhost:3000/client", - "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" } }