[packages/stikked] fix rewrite
glen
glen at pld-linux.org
Sat Mar 15 19:51:01 CET 2014
commit 948d8a5f80bb2d1ae6a97977793492de6605a467
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Mar 15 20:39:51 2014 +0200
fix rewrite
lighttpd.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lighttpd.conf b/lighttpd.conf
index 2e9e922..19a64e2 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -8,5 +8,5 @@ url.rewrite-once += (
"^" + var.stikked_url + "/static/(.*)$" => "$0",
"^" + var.stikked_url + "/favicon\.ico$" => "$0",
"^" + var.stikked_url + "/robots\.txt$" => "$0",
- "^" + var.stikked_url + "/(.*)$" => "/index.php$2",
+ "^" + var.stikked_url + "/(.*)$" => var.stikked_url + "/index.php$2",
)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stikked.git/commitdiff/26bb12f2fa838c9074b9262a9c2fa52699764afc
More information about the pld-cvs-commit
mailing list