diff options
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index 693d4eb..df0ca2f 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -15,7 +15,7 @@ server.bind = "localhost" server.port = 8086 -server.document-root = "/home/gnutoo/work/projects/replicant/infrastructure/haunt-blog/site/" +server.document-root = var.CWD + "/site/" dir-listing.activate = "enable" index-file.names = ( "index.html" ) mimetype.assign = ( |
