X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hb=075942b212ff02aebf2f6668322407d40a0b91e5;hp=1c5a84c852db696088e32c44ecb571caa5a6bb63;hpb=ffb321bedca46d6987c7b31dd58e5dea96ea2ea2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index 1c5a84c85..81a0fc4c1 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -19,5 +19,15 @@ "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" } }