You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've been handed a dashboard designed on top of this great framework. The issue I have is I need to stick it behind an apache server on a url scheme like /dashboard
When I go to the dashboard it starts to render but tries to find the /config endpoint at the top level instead of under /dashboard/config so the proxy fails. Is there a way in mozaik(v1) I can fix this? or do I need to contruct a rewrite scheme in apache?
The text was updated successfully, but these errors were encountered:
Hello, I've been handed a dashboard designed on top of this great framework. The issue I have is I need to stick it behind an apache server on a url scheme like /dashboard
When I mount it under mod_proxy like:
When I go to the dashboard it starts to render but tries to find the /config endpoint at the top level instead of under /dashboard/config so the proxy fails. Is there a way in mozaik(v1) I can fix this? or do I need to contruct a rewrite scheme in apache?
The text was updated successfully, but these errors were encountered: