]> git.pld-linux.org Git - packages/php-xcache.git/blobdiff - xcache-lighttpd.conf
- alias for lighty
[packages/php-xcache.git] / xcache-lighttpd.conf
diff --git a/xcache-lighttpd.conf b/xcache-lighttpd.conf
new file mode 100644 (file)
index 0000000..aa0cdbe
--- /dev/null
@@ -0,0 +1,10 @@
+# allow from localhost
+#
+# NOTE: you should set xcache.admin.user and xcache.admin.pass php.ini settings
+# to access it.
+
+$HTTP["remoteip"] == "127.0.0.1" {
+       alias.url += (
+               "/xcache" => "/usr/share/xcache"
+       )
+}
This page took 0.304967 seconds and 4 git commands to generate.