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

Add support for parametrizing the base path #335

Closed
borjapazr opened this issue May 2, 2023 · 1 comment
Closed

Add support for parametrizing the base path #335

borjapazr opened this issue May 2, 2023 · 1 comment
Assignees
Labels
feature New feature request
Milestone

Comments

@borjapazr
Copy link

Is your feature request related to a problem? Please describe.
Currently, the application does not allow users to parametrize the base path, which makes it difficult to configure a reverse proxy with path routing. This lack of flexibility can hinder deployment in certain scenarios and configurations.

Describe the solution you'd like
Please add support for parametrizing the base path within the application's configuration. This feature would enable users to set up a reverse proxy with path routing more easily and allow for seamless integration with various deployment environments. Ideally, this should be done in a way that doesn't break existing configurations.

Describe alternatives you've considered
I have considered using URL rewriting to work around this limitation, but it's less efficient and can potentially cause issues with certain configurations.

Additional context
The ability to parametrize the base path is a common feature in many web applications and would greatly improve the flexibility and ease of deployment for the answer application. By supporting this feature, we can ensure that the application remains adaptable to a variety of infrastructures and configurations.

@borjapazr borjapazr added the enhancement Enhancement request label May 2, 2023
@fenbox fenbox added feature New feature request and removed enhancement Enhancement request labels Jan 9, 2024
@gilly42
Copy link

gilly42 commented Feb 13, 2024

Would be great. Please build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
Archived in project
Development

No branches or pull requests

4 participants