> 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 > >
--route works on the PATH_INFO var, that is rewritten by static-index (if index.html is available into /staticdir). To match over the original uri you use --route-uri -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
