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:06:00 +01:00 committed by GitHub
parent a8abd71068
commit 9b5acb2627

View file

@ -7,7 +7,7 @@ export WEBROOT="/var/www/html"
export HTMLTITLE="Datei: $URL"
# Wo soll das Fertige HTML-Dokument gespeichert werden? Die Variable $HTMLFILEID muss enthalten sein!
export HTMLFILE="/tmp/storage.${HTMLFILEID}.html"
export HTMLFILE="/tmp/simpsh-html.${HTMLFILEID}.html"
# Welcher Content-Type soll bei einer Unbekannten Datei gesendet werden?
export DEFAULTCONTENT="text/html"