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:
parent
a8abd71068
commit
9b5acb2627
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue