* Guido Berhoerster <[email protected]> [2013-03-09 09:39]: > * Roberto De Ioris <[email protected]> [2013-03-09 08:14]: >> we can move the check for methods directly before uwsgi_file_serve (so all >> of the file system scan is made). >> >> For performance reason we can add a --static-allowed-method that will >> check for them in the old position (to avoid additional stat() if the >> frontend webserver has already made some form of rewrite) > > I guess that would do it, but maybe it is possible to pick up > Łukasz idea in a slightly different variant and let file-based > plugins disable the check in the old position instead of adding > an option?
Does that idea make any sense? If not, I don't think --static-allowed-method would be bad, it's just one additional setting users need to be aware of. -- Guido Berhoerster _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
