I can't seem to get anchoring of regular expressions in route
rules to work, using

----

[uwsgi]
plugins = 0:notfound,http,cgi,router_uwsgi,router_redirect
http-socket = :8080

check-static = /home/gber/public_html
static-index = index.html

route = /$ log:XXX ends with slash

----

a request for http://localhost:8080/ triggers a log message, a
request for http://localhost:8080/staticdir/ does not. Am I doing
something wrong or is this a bug?
-- 
Guido Berhoerster
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to