> Hello > > I have embedded a directory of files via embed_files = > > Can I access these files via HTTP? > > What is the correct syntax to access them? > > thanks > >
If you mean serving them as static files i fear there is no support for it. Technically it would be pretty easy to add. You may want to look at the router_static plugin and this part of the code: https://github.com/unbit/uwsgi/blob/master/core/io.c#L420 -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
