X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fproxy.config.json;h=81a0fc4c1d562f5c86decb0e89dec9407df138b5;hb=58f3c3f1095de8d1f8bad3fbf61efb4366ae41fc;hp=4a72f1826337f49fb4d1a687ce6b81e876188f65;hpb=0ba5f5baade94a051710d9d9d408ac8083c14ac6;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" } }