From eda1edc6c9843e33833793238218e625fe4aec26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 29 Jan 2019 12:29:41 +0200 Subject: [PATCH] url rewrite warning, the recommended new keyword is url.rewrite-once --- lighttpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighttpd.init b/lighttpd.init index 93353b6..eb9751b 100755 --- a/lighttpd.init +++ b/lighttpd.init @@ -40,7 +40,7 @@ configtest() { if [ -n "$out" ]; then # make it unique, format nicely out=$(echo "$out" | sort -u | xargs | sed -e 's/ /, /g') - echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-final' recommended, See http://redmine.lighttpd.net/issues/2379" + echo >&2 "WARNING: found deprecated '$out', convert to 'url.rewrite-once' recommended, See https://redmine.lighttpd.net/issues/2379" fi env SHELL=/bin/sh $DAEMON -t -f $CONFIGFILE $HTTPD_OPTS -- 2.44.0