What is the name of the domain?
https://chefai-prod.alkuino-apps.org
What is the error number?
404
What is the error message?
404 Not Found
What is the issue you’re encountering
I am very new in backend development. I setup the cloudflare to proxy my AWS ec2 flask app which has NGINX and gunicorn. Accessing localhost and private ipv4 address of my instance , all routes are fine like domain.org/api/users but when I changed to my domain bought in cloudflare and setup the ssl using certbot only the domain.org/" returning 200 others are 404.
What steps have you taken to resolve the issue?
restarting the nginx , adding the endpoint in the cloudflare still persist
Was the site working with SSL prior to adding it to Cloudflare?
Yes
What is the current SSL/TLS setting?
Full (strict)
What are the steps to reproduce the issue?
use https://chefai-prod.alkuino-apps.org/api/health in the browser or postman