Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to set base url path #130

Open
ryanrca opened this issue Apr 29, 2020 · 0 comments
Open

ability to set base url path #130

ryanrca opened this issue Apr 29, 2020 · 0 comments

Comments

@ryanrca
Copy link

ryanrca commented Apr 29, 2020

I wish to access beanstalkd-console in a path of my application:

https://myapp.com/utilities/beanstalkd-console

I have an ingress controller that routes that URL to the beanstalkd-console container.
However, the console is making many requests to paths that don't exist. For example:

https://myapp.com/assets/vendor/bootstrap/css/bootstrap.min.css
https://myapp.com/highlight/styles/magula.css
https://myapp.com/css/customer.css

The requests from the console need to be prefixed with utilities/ like this:
https://myapp.com/utilities/assets/vendor/bootstrap/css/bootstrap.min.css
https://myapp.com/utilities/highlight/styles/magula.css
https://myapp.com/utilities/css/customer.css

Is there any way to set this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant