[packages/owncloud] tabs

glen glen at pld-linux.org
Tue Jan 22 23:29:36 CET 2013


commit 4cf4dd89ab4b5f8ea515503ff5e4f699b2ba1803
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 23 00:13:34 2013 +0200

    tabs

 lighttpd.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/lighttpd.conf b/lighttpd.conf
index 6e986e9..d421ad4 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -1,7 +1,8 @@
 alias.url += (
-    "/owncloud" => "/usr/share/owncloud",
+	"/owncloud" => "/usr/share/owncloud",
 )
+
 $HTTP["url"] =~ "^/owncloud($|/)" {
-     dir-listing.activate = "disable"
-     server.error-handler-404 = "/owncloud/core/templates/404.php"
+	dir-listing.activate = "disable"
+	server.error-handler-404 = "/owncloud/core/templates/404.php"
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/owncloud.git/commitdiff/9f6bf6cea6c9b2a91eaefdf264fa2cb0199b7118



More information about the pld-cvs-commit mailing list