The following router rules send the router parser into a busy
loop:
[uwsgi]
plugins = 0:notfound,http
http-socket = :8080
check-static = /home/gber/public_html
static-index = index.html
route = /$ goto:skip-dir-redirect
route-if = isdir:${DOCUMENT_ROOT}/${REQUEST_URI}
redirect-permanent:${DOCUMENT_ROOT}/${REQUEST_URI}/
route-label = skip-dir-redirect
route = .* last:
notfound-log = true
--
Guido Berhoerster
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi