X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hb=b63331ec38eef16bf3e6f44e0b3e81b357607e71;hp=4a72f1826337f49fb4d1a687ce6b81e876188f65;hpb=b6a1dd4d1b3b0032f8b968e72cbd074f646e8827;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/proxy.config.json b/client/proxy.config.json index 4a72f1826..81a0fc4c1 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -3,6 +3,14 @@ "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 @@ -11,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" } }