diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 09:21:57 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:21 +0200 |
| commit | 60b2eee9a0472d59d8a4530d7f0c09724d724591 (patch) | |
| tree | 7c99f65b559baf8a1d89161e659bc162db5d8ee6 /lighttpd.conf | |
| parent | a12eabad144e5e73b7ace90b1f75b078ed7ff37d (diff) | |
| download | haunt-blog-60b2eee9a0472d59d8a4530d7f0c09724d724591.tar.gz haunt-blog-60b2eee9a0472d59d8a4530d7f0c09724d724591.tar.bz2 haunt-blog-60b2eee9a0472d59d8a4530d7f0c09724d724591.zip | |
lighttpd.conf: remove user specific hardcoded directory path.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
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 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 = ( |
