X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=lighttpd.init;h=eb9751be624f5d878f4c63b8b8c90d6061604a27;hb=c5ecec4df0df09459e51e9c2ecc5d44872e62cbb;hp=aaf4d5fae66946360f8b500221b0320f8a21e928;hpb=569e9ab04d516cfbb5f997b9614e20e31e3f8b56;p=packages%2Flighttpd.git diff --git a/lighttpd.init b/lighttpd.init index aaf4d5f..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' recommented, 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