> Could you tell me what option i want to add in my uwsgi.ini file?
This should give you a pretty complete view of static file serving optimizations: http://uwsgi-docs.readthedocs.org/en/latest/StaticFiles.html Remember the first rule: do not block your app for ages if your only purpose is serving a file (read: do not use django for serving the file) -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
