diff options
Diffstat (limited to 'abs/core-testing/lighttpd')
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/lighttpd/lighttpd.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index ab5eadc..0b42db7 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -1,6 +1,6 @@ pkgname=lighttpd pkgver=1.4.20 -pkgrel=5 +pkgrel=6 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') diff --git a/abs/core-testing/lighttpd/lighttpd.conf b/abs/core-testing/lighttpd/lighttpd.conf index df5990b..efcd219 100644 --- a/abs/core-testing/lighttpd/lighttpd.conf +++ b/abs/core-testing/lighttpd/lighttpd.conf @@ -37,7 +37,7 @@ server.modules = ( ## a static document-root, for virtual-hosting take look at the ## server.virtual-* options -server.document-root = "/srv/http/" +server.document-root = "/data/srv/httpd/htdocs" ## where to send error-messages to server.errorlog = "/var/log/lighttpd/error.log" |