Web Stack¶
Sometimes you want to deploy the backend and frontend behind a
variable url path prefix. To do so, you can configure the url base_url
for instance, set it to http://localhost:29091/d12345
. All the APIs routes will
now be available through that additional d12345
prefix. Without rebuilding
the frontend, XHR requests and static file queries should be directed to the prefixed url
and served successfully.
You will also need to update the execution API server url execution_api_server_url for tasks to be able to reach the API with the new prefix.