Imported Google Group message. Original thread at: Redirecting to Google Groups Import Date: 2016-01-19 21:37:29 +0000.
Sender:Tarmo Janson
.
Date:Friday, 18 December 2015 13:17:30 UTC.
Hi,
I’m trying to make the dev portal page available on https://portal.mypage.com
I have it set up in a VM for testing. I point portal.mypage.com to my VM in /etc/hosts.
In VM I have haproxy forwarding https://portal.mypage.com to localhost:3000
and rewriting “/” to “/{{ tyk_dashboard_org_id }}/portal/” with “reqrep ^([^\ ])\ /(.) \1\ /{{ tyk_dashboard_org_id }}/portal/\2”.
I have set “portal_root_path”: “/” in analytics conf and “Set your portal domain” to portal.mypage.com in dashboard (This just changes the link in dashboard?).
With this set up https://portal.mypage.com I can access the page but it doesn’t load the assets:
Is there some conf I’m missing?