]> git.pld-linux.org Git - packages/php-xcache.git/blob - xcache-lighttpd.conf
- alias for lighty
[packages/php-xcache.git] / xcache-lighttpd.conf
1 # allow from localhost
2 #
3 # NOTE: you should set xcache.admin.user and xcache.admin.pass php.ini settings
4 # to access it.
5
6 $HTTP["remoteip"] == "127.0.0.1" {
7         alias.url += (
8                 "/xcache" => "/usr/share/xcache"
9         )
10 }
This page took 0.067741 seconds and 3 git commands to generate.