Flask - Deployment
What will be the effect of this Nginx config when proxying to Flask?
location /app {
proxy_pass http://127.0.0.1:5000;
}
Client requests http://example.com/app/page.