Global redirect www to non-www with HTTPS redirection

Hi @zespri I posted a new topic and shared my full Traefik configuration. traefik.yml, Traefik's docker-compose.yml and Container's docker-compose.yml

This config is working with www and non-www. It is not removing www. It only redirects http to https.

http://www.blueway.app or http://blueway.app
https://www.blueway.app
Final URL should be like this: https://blueway.app

Thank you very much for your time.