Flask - Deployment
You want Nginx to forward requests to Flask only if the URL path starts with
/api/, otherwise serve static files. Which Nginx config snippet achieves this?