[packages/lighttpd] don't use deprecated rewrite syntax

glen glen at pld-linux.org
Wed Jan 2 18:48:07 CET 2013


commit d84a12bc5931dbdbf3d715c2734d01ef73dedd27
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 2 19:46:36 2013 +0200

    don't use deprecated rewrite syntax
    
    see 0ba2e99cdddea434151bdf7c34f673acf6b30665

 lighttpd-mod_rewrite.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lighttpd-mod_rewrite.conf b/lighttpd-mod_rewrite.conf
index 925cd3a..93c0f85 100644
--- a/lighttpd-mod_rewrite.conf
+++ b/lighttpd-mod_rewrite.conf
@@ -7,6 +7,6 @@ server.modules += (
 )
 
 #### url handling modules (rewrite, redirect, access)
-#url.rewrite = (
+#url.rewrite-once = (
 #	"^/$" => "/server-status",
 #)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/d84a12bc5931dbdbf3d715c2734d01ef73dedd27



More information about the pld-cvs-commit mailing list