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

Support for base URL #12

Open
coder8338 opened this issue Jan 5, 2021 · 1 comment
Open

Support for base URL #12

coder8338 opened this issue Jan 5, 2021 · 1 comment
Labels
awaiting feedback Awaiting feedback open for grabs Can be implemented by the community

Comments

@coder8338
Copy link

I'm trying to add this to the script at https://github.com/coder8338/appbox_installer for coder8338/appbox_installer#3

However the URL needs to be http://0.0.0.0:5000/deemixrr as we're using an nginx proxy and cannot create subdomains.

Using Kestrel__EndPoints__Http__Url=http://0.0.0.0:5555/deemixrr results in System.InvalidOperationException: A path base can only be configured using IApplicationBuilder.UsePathBase().

Is this possible or a feature you would consider?

@TheUltimateC0der
Copy link
Owner

Feel free to make a PR, I will be happy to merge it.

@TheUltimateC0der TheUltimateC0der added awaiting feedback Awaiting feedback open for grabs Can be implemented by the community labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback Awaiting feedback open for grabs Can be implemented by the community
Projects
None yet
Development

No branches or pull requests

2 participants