>
>> 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}/
>
> ?
>
>

oops, you mean a loop on startup.

Should be fixed now


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

Reply via email to