]> git.pld-linux.org Git - packages/php-xcache.git/commitdiff
- alias for lighty
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Sep 2007 09:55:00 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xcache-lighttpd.conf -> 1.1

xcache-lighttpd.conf [new file with mode: 0644]

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.069112 seconds and 4 git commands to generate.