* Roberto De Ioris <[email protected]> [2013-03-11 11:40]:
>
>> 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}/
>
>
> should not be
>
> redirect-permanent:${REQUEST_URI}/

Yes it should :) But it still gets uwsgi into a busy loop when
parsing the rules.
-- 
Guido Berhoerster
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to