Proxy Keycloak with Nginx and certificates

Hello everyone,

I am successfully running a productive instance of Keycloak 20 with certificates, which I can access with the following url:

https://mykeycloak.com:8443

I would like now to be able to access the instance with simply https://mykeycloak.com.

What would be the right Nginx configuration for this?

Thanks in advance