slitaz-dev-tools diff taztpd/taztpd.conf @ rev 308

mkpkgiso: fix broken hg repos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 15:57:37 2018 +0200 (2018-05-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/taztpd/taztpd.conf	Fri May 18 15:57:37 2018 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +# taztpd.conf: TazTPD Web Server configuration file
     1.5 +#
     1.6 +
     1.7 +# Path to the files to serve and HTTP port
     1.8 +SERVER_ROOT="$HOME/Public"
     1.9 +SERVER_PORT="8080"
    1.10 +
    1.11 +# Page heading is followed by $url
    1.12 +PAGE_HEADING="Index of"
    1.13 +PARENT_DIR="Parent Directory"
    1.14 +SERVER_NAME="Served by TazTPD (SliTaz GNU/Linux)"
    1.15 +SERVER_CSS="/usr/share/taztpd/taztpd.css"
    1.16 +
    1.17 +# 404 Not Found
    1.18 +NOT_FOUND="The requested URL was not found on the server"