Nginx Unit: Static file serving with different folder name
I'm rewriting a Flask application to use NGINX Unit and I am now trying to configure static resources. However I'm using flask blueprints and the folder structure is different from what NGINX Unit expects: { "match": { "uri": "/static/my-module/*" },…