-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
reverseproxy: Add flag to short command to disable redirects #5330
Conversation
0b645fd
to
9dbeb1a
Compare
Oh, you might have missed it but I pushed a commit to the branch to fix #5330 (comment) but I think you force pushed which wiped it out. |
I’m sorry my fault, I fixed typo. |
* it should work when fromAddr.Scheme is not http * c.f. https://caddyserver.com/docs/json/apps/http/servers/automatic_https/disable/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I like how simple and clean this became.
reverse-proxy
does not work when--from https://domain:port
#5290Add new flag --disable-redirects for reverseproxy.
#5290 (comment)
Using a command is more convenient in my case.