1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update config.sh

This commit is contained in:
niansa 2017-03-09 10:59:53 +01:00 committed by GitHub
parent fb33b8790e
commit 7b5e6c9232

View file

@ -3,8 +3,8 @@
# Wo ist der Webroot (Hauptverzeichniss)?
export FILES="/var/www/html"
# Wie soll der Titel der Dateiliste sein, die aufgerufene URL ist in $URL enthalten.
export HTMLTITLE="Datei: $URL"
# Wie soll der Titel der Dateiliste sein?
export HTMLTITLE="Filelist"
# Wo soll das Fertige HTML-Dokument gespeichert werden? Die Variable $HTMLFILEID muss enthalten sein!
export HTMLFILE="/tmp/simpsh-html.${HTMLFILEID}.html"