Fork me on GitHub
#luminus
<
2017-06-10
>
yogthos14:06:03

it's probably better to use a subdomain in this case. If you add a context path such as /project, you will have to rewrite the URL and set the APP_CONTEXT environment variable described here http://www.luminusweb.net/docs/environment.md

yogthos14:06:56

since the browser is not aware of the fact that the app has a prefix path, it needs to be added on the page, and any calls to the server need to include it explicitly