I have a site on Google Domains (http://example.com).
But I want it should redirect to https://example.com on flexible app engine environment.
what changes required in app.yaml for flexible app engine environment.
Mu current app.yaml as below:
runtime: python
env: flex
entrypoint: gunicorn -b :$PORT main:app
runtime_config:
python_version: 3
manual_scaling:
instances: 1
resources:
cpu: 1
memory_gb: 0.5
disk_size_gb: 10