diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-27 17:25:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-27 17:25:52 +0200 |
commit | 5cbb53996ef2ba78b7e2d3ba08d6f4f663b5b3dc (patch) | |
tree | b4fcd1ad3a21e002d8874786f209982ed9478220 /client/proxy.config.json | |
parent | 09e1784b7a10ee524c89a3078d48da21bdec58a4 (diff) | |
download | PeerTube-5cbb53996ef2ba78b7e2d3ba08d6f4f663b5b3dc.tar.gz PeerTube-5cbb53996ef2ba78b7e2d3ba08d6f4f663b5b3dc.tar.zst PeerTube-5cbb53996ef2ba78b7e2d3ba08d6f4f663b5b3dc.zip |
Fix deploy urls
Diffstat (limited to 'client/proxy.config.json')
-rw-r--r-- | client/proxy.config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/proxy.config.json b/client/proxy.config.json index e7070522a..e9c6c4aff 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json | |||
@@ -24,6 +24,10 @@ | |||
24 | "secure": false, | 24 | "secure": false, |
25 | "ws": true | 25 | "ws": true |
26 | }, | 26 | }, |
27 | "/client/assets": { | ||
28 | "target": "http://localhost:9000", | ||
29 | "secure": false | ||
30 | }, | ||
27 | "/!(client)**": { | 31 | "/!(client)**": { |
28 | "target": "http://localhost:3000/client/index.html", | 32 | "target": "http://localhost:3000/client/index.html", |
29 | "secure": false, | 33 | "secure": false, |