Hi Roberto,

Le 2017-07-27 à 13:45, Roberto De Ioris a écrit :

by using something like this (in the config, tune the regexps as required):

[uwsgi]
route = ^/(.+?)/(.+)$ setscriptname:/$1
route = ^/(.+?)/(.+)$ setpathinfo:/$2

I use a dynamic regex URL resolver to resolve a request URI to a callback function. Also I prefer avoiding to modify uWSGI internal routing system for my basic use-case. I have no choice to fallback on using fastcgi until this is fixed either in nginx or uWSGI.

Etienne

--
Etienne Robillard
[email protected]
http://www.isotopesoftware.ca/

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to