logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: eb9873ac747932d6a7dcbf9233eecc57bde43d8b
parent: 4c2764c747f1480ee7752e43357663f3c321f571
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu, 27 Oct 2016 18:01:33 +0200

Add proxied routes.

Diffstat:

Mconfig/index.js13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/config/index.js b/config/index.js @@ -21,7 +21,18 @@ module.exports = { port: 8080, assetsSubDirectory: 'static', assetsPublicPath: '/', - proxyTable: {}, + proxyTable: { + '/api': { + target: 'https://social.heldscal.la/', + changeOrigin: true, + cookieDomainRewrite: 'localhost' + }, + '/main': { + target: 'https://social.heldscal.la/', + changeOrigin: true, + cookieDomainRewrite: 'localhost' + } + }, // CSS Sourcemaps off by default because relative paths are "buggy" // with this option, according to the CSS-Loader README // (https://github.com/webpack/css-loader#sourcemaps)