config: proxy /instance directory for instance specific panel

This commit is contained in:
Ariadne Conill 2019-10-01 09:14:41 +00:00
parent 6f883c3587
commit f225000ce9
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ module.exports = {
changeOrigin: true, changeOrigin: true,
cookieDomainRewrite: 'localhost' cookieDomainRewrite: 'localhost'
}, },
'/instance': {
target,
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/nodeinfo': { '/nodeinfo': {
target, target,
changeOrigin: true, changeOrigin: true,