aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/proxy.config.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-12 08:46:46 +0200
committerChocobozzz <me@florianbigard.com>2019-08-12 08:46:46 +0200
commit0b353d1d8a659140d10b8f7bff3f114698c1a715 (patch)
tree4d6cadfff782baa8ec253898a20849d05f584733 /client/proxy.config.json
parente2600d8b261994abbbeb1ff921edaefd267fc122 (diff)
downloadPeerTube-0b353d1d8a659140d10b8f7bff3f114698c1a715.tar.gz
PeerTube-0b353d1d8a659140d10b8f7bff3f114698c1a715.tar.zst
PeerTube-0b353d1d8a659140d10b8f7bff3f114698c1a715.zip
Fix redundancy exceeding the limit
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r--client/proxy.config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json
index 81a0fc4c1..e7070522a 100644
--- a/client/proxy.config.json
+++ b/client/proxy.config.json
@@ -15,6 +15,10 @@
15 "target": "http://localhost:9000", 15 "target": "http://localhost:9000",
16 "secure": false 16 "secure": false
17 }, 17 },
18 "/lazy-static": {
19 "target": "http://localhost:9000",
20 "secure": false
21 },
18 "/socket.io": { 22 "/socket.io": {
19 "target": "ws://localhost:9000", 23 "target": "ws://localhost:9000",
20 "secure": false, 24 "secure": false,