anonlink-entity-service icon indicating copy to clipboard operation
anonlink-entity-service copied to clipboard

Serve downloads directly with nginx

Open hardbyte opened this issue 6 years ago • 0 comments

At the moment results are json and must fit in memory to keep connexion happy. We could instead serve static files directly using nginx.

Perhaps the X-Accel headers could be used - we want a request to get authorized by the flask app, but the actual result content to be served from nginx (or minio) directly.

hardbyte avatar Jun 13 '18 08:06 hardbyte