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

Feature: Added base path support #647

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

tstanciu
Copy link

@tstanciu tstanciu commented Nov 2, 2022

BasePath is the URL prefix for all paths, relative to the host root. It must start with a leading slash /. If basePath is not specified, it defaults to /, that is, all paths start at the host root.

Some advantages of using basePath:

  • The entire application can be hosted on a certain path
  • It helps the application to be run behind a reverse proxy (This is the case I need).

@tstanciu tstanciu changed the title Added base path support Feature: Added base path support Nov 2, 2022
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

Successfully merging this pull request may close these issues.

1 participant