diff options
Diffstat (limited to 'lighttpd.conf')
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index b0917fb..693d4eb 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/site/" +server.document-root = "/home/gnutoo/work/projects/replicant/infrastructure/haunt-blog/site/" dir-listing.activate = "enable" index-file.names = ( "index.html" ) mimetype.assign = ( |
