move example lighttpd config to 'docs' subdir
authorTero Marttila <terom@fixme.fi>
Wed, 03 Jun 2009 18:39:43 +0300
changeset 39 5591342ec2c9
parent 38 2e9fdb080ad6
child 40 373392025533
child 49 03ae1dbbb14a
move example lighttpd config to 'docs' subdir
degal-lighttpd.conf
docs/lighttpd-example.conf
--- a/degal-lighttpd.conf	Wed Jun 03 18:39:32 2009 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# prefix for degal's URLs, no trailing slash
-var.degal-url = "/photos"
-
-# filesystem path to degal, no trailing slash
-var.degal-path = "C:/Dokumente und Einstellungen/me/Eigene Dateien/python/degal"
-
-url.rewrite-once = (
-#    "^" + var.degal-url + "/s/([^/]+)(/.*)?$" => var.degal-path + "/shorturl.py?key=$1&index=$2",
-    "/this" => "/photos/index.html"
-#    "^/photos/s/([^/]+)(/.*)?$" => "/photos/index.html", # "/shorturl.py?key=$1&index=$2",
-#    "^" + var.degal-url + "/series/([^/]+)/(.*)$" => var.degal-path + "/series.py?keys=$1&index=$2"
-)
-
-cgi.assign = (
-    ".py" => "python"
-)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/lighttpd-example.conf	Wed Jun 03 18:39:43 2009 +0300
@@ -0,0 +1,16 @@
+# prefix for degal's URLs, no trailing slash
+var.degal-url = "/photos"
+
+# filesystem path to degal, no trailing slash
+var.degal-path = "C:/Dokumente und Einstellungen/me/Eigene Dateien/python/degal"
+
+url.rewrite-once = (
+#    "^" + var.degal-url + "/s/([^/]+)(/.*)?$" => var.degal-path + "/shorturl.py?key=$1&index=$2",
+    "/this" => "/photos/index.html"
+#    "^/photos/s/([^/]+)(/.*)?$" => "/photos/index.html", # "/shorturl.py?key=$1&index=$2",
+#    "^" + var.degal-url + "/series/([^/]+)/(.*)$" => var.degal-path + "/series.py?keys=$1&index=$2"
+)
+
+cgi.assign = (
+    ".py" => "python"
+)