Alex Zhang

Results 428 comments of Alex Zhang

This is an already known problem, see https://github.com/apache/apisix/pull/6686.

Or should apache apisix handle the port in redirect url by using the X-Forwarded-Port?

> Was this fixed on recent releases? Whats the recommended way going forward for this issue? What's your version? Recent releases will check the `X-Forwarded-Port` header, so the redirect will...

@fbossiere Without a context, I didn't know if this is an issue or a normal scene.

a quick fix for this is setting the HTTPS port to `443` via the field: https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L192.

@fbossiere If this is OK for you, would you like to submit a PR to mention it in the docs?

Looks like the Control API options are not exposed in the helm chart.

@kapouer Would you like to submit a PR to do this? Thanks!