Subdomain configuration not working?

If i enter my subdomain website home.website.com it does not go to the home assistant. I am confused with these lot of configurations. Which one to setup to make my subdomain home.website.com redirect to HA? Probably i missing some configuration or HA is confused with certificate from ngninx and cloud flare

My Duck DNS configuration

aliases:
  - domain: home.website.com
    alias: myhome.duckdns.org
domains:
  - myhome.duckdns.org
lets_encrypt:
  accept_terms: true
  algo: secp384r1
  certfile: fullchain.pem
  keyfile: privkey.pem
seconds: 300
token: 1c3f41b4-1b3d-42c5-b1d1-8dca43cc07

Cloudflare CNAME setting

I also have certificate for wildcard *.website.com domain in cloudflare

Router setting

Port forwarded my Home assistant OS hosted local ip

  • local ip and port 8123

  • Local Ip and port 443

NGINX proxy HA addon setting
SSL certificate renewed

Configuration.yml file settings

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
alexa:
    smart_home:
http:
  base_url: https://home.website.com:8123
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

I tried to restart but still the same