-
Notifications
You must be signed in to change notification settings - Fork 684
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
Nginx path is ignored? Bug or wrong configuration? #735
Comments
I think you have a config like this
you should change to something like this
|
This works for the requests coming from the external to the internal of the service, but not for the website. Like every websites hosted on in subpath, the html points to resources directly on / and doesn't work since this is another application.
Is using different subdomains the only solution? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have Kubernetes with ingress config:
path: /nuget(/|$)(.*)
I thought that using PathBase as env variable with resolve issue, but it is not.
In this case I thought setting PathBase=/nuget with resolve this but when I got to mydomain.com/nuget/v3/index.json
In response JSON, I have mydomain.com/api/v2/package in instead of mydomain.com/nuget/api/v2/package.
What am I missing here?
The text was updated successfully, but these errors were encountered: