From 6eba7c4259ecffaec700548c1a540034b0da7a13 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 28 Nov 2018 13:15:21 +0100 Subject: [PATCH] fix paths --- config.cfg.sample | 2 +- lighttpd-fsfe.conf.sample | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.cfg.sample b/config.cfg.sample index e62f8f1..521134d 100644 --- a/config.cfg.sample +++ b/config.cfg.sample @@ -4,7 +4,7 @@ LOC_trunk=~/Web/FSFE/fsfe-website # Directory in which the result of the build process (html files) will be saved -LOC_out=~/Web/FSFE/local-build/fsfe.org +LOC_out=~/Web/FSFE/fsfe-local-build/fsfe.org ### LOCAL WEBSERVER ### diff --git a/lighttpd-fsfe.conf.sample b/lighttpd-fsfe.conf.sample index ac14eb0..72a1199 100644 --- a/lighttpd-fsfe.conf.sample +++ b/lighttpd-fsfe.conf.sample @@ -5,9 +5,9 @@ $HTTP["remoteip"] !~ "127.0.0.1" { # change port and document-root accordingly server.port = 5080 -server.document-root = "/home/USER/Web/FSFE/local-build/fsfe.org" -server.errorlog = "/home/USER/Web/FSFE/local-build/lighttpd-fsfe.error.log" -accesslog.filename = "/home/USER/Web/FSFE/local-build/lighttpd-fsfe.access.log" +server.document-root = "/home/USER/Web/FSFE/fsfe-local-build/fsfe.org" +server.errorlog = "/home/USER/Web/FSFE/fsfe-local-build/lighttpd-fsfe.error.log" +accesslog.filename = "/home/USER/Web/FSFE/fsfe-local-build/lighttpd-fsfe.access.log" server.dir-listing = "enable" dir-listing.encoding = "utf-8" index-file.names = ("index.html", "index.en.html")