Hi everyone, i have added a bunch of rules subject for the internal routing 
subsystem:

// apply regexp to the http host header
route-host =
// apply regexp to the QUERY_STRING
route-qs =
// apply regexp to the full REQUEST_URI
route-uri


In addition to this, the router_uwsgi plugin takes an additional argument, the 
UWSGI_APPID value:

route-host = example.com uwsgi:,5,0,foobar

means

route all of the request for the domain example.com to the fifth modifier 
searching for 'foobar' appid


--
Roberto De Ioris
http://unbit.it
JID: [email protected]

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to