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

[fix] HTTP redirection support suburl #27

Merged
merged 1 commit into from Mar 23, 2022
Merged

Conversation

zamentur
Copy link
Contributor

@zamentur zamentur commented Jun 26, 2020

Without this fix if you call https://domainA.tld/SUBURL it redirects to https://domainB.tld/ instead of https://domainB.tld/SUBURL

@zamentur
Copy link
Contributor Author

related to #22

@liberodark liberodark mentioned this pull request Aug 14, 2020
@liberodark
Copy link
Member

liberodark commented Aug 14, 2020

You confirm that work with this example https://domainA.tld/SUBURL to https://domainB.tld/
If you don't to redirect the suburl

Base automatically changed from testing to master August 29, 2021 15:26
@h3ndrik
Copy link

h3ndrik commented Oct 14, 2021

it's running well this way. and this would be the way a redirection is expected to work by default.
also it's exactly the way it's described on nginx homepage: https://www.nginx.com/blog/creating-nginx-rewrite-rules/

please merge this.

@adlmr
Copy link

adlmr commented May 4, 2022

I can't do http://cloud.mydomain.tld/crm to http://crm.mydomain.tld/ anymore!
May be you could add an option to choose between "redirect to base" / "redirect to suburl"?

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.

None yet

4 participants