Port K8s Nginx annotation to Kong

Hi,

We have the below annotations/rewrite rules used in Ingress Nginx, can anyone guide us through to port this configuration on Kong Ingress class:
I went over Kong reference but couldn’t render the exact mapping to be used.

**annotations:**
**    headers.nginx.ingress.kubernetes.io/x-content-type-options: nosniff**
**    nginx.ingress.kubernetes.io/server-snippet: |**

**            location ~* "URL" {**
**              rewrite  break;**
**              proxy_pass ;**
**              proxy_set_header Host $host;**
**            }**

Thank you in advance for your support on this.