KeycloakX 16.10 image Kubernetes http.proxy-address-forwarding no more exist

Hello

We are using this image on K8s (no changes):
keycloak/keycloak-x:16.1.0

In 16.1.0 version was a lot of changes (f.e - name of parameters, server run commands - etc )

Now the problem is we have infinity redirect with scheme (ingress NGINX - keycloak pod) when we try to login in master realm. For localhost with local port-forwarding everything working fine but if we try keycloak.someserver.somedomain.com configuration we have infinity redirect after login to master realm

before version 16 KeycloakX we were using - ‘–http.proxy-address-forwarding=true’ to solve this issue
But now after run server with start command applications give as error that
–http.proxy-address-forwarding=true’
no more exist in 16 version of KeycloakX

So what can be analog for --http.proxy-address-forwarding=true’ flag in KeycloakX 16.1.0?

server was starting in pod with: start --auto-build --http-enabled=true --proxy=edge --metrics-enabled=true --db=postgres (etc conf. postgress parameters)

we tried add this to Ingress

nginx.ingress.kubernetes.io/auth-url:https://$host/oauth2/auth

but it does not help