tinycm diff tools/httpd.conf @ rev 44

Small fix to signup
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 18 17:52:45 2014 +0100 (2014-01-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/httpd.conf	Sat Jan 18 17:52:45 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +# Server root
     1.5 +H:../
     1.6 +# Allow address
     1.7 +A:0.0.0.0/0
     1.8 +# CGI interpreter path
     1.9 +*.cgi:/bin/sh
    1.10 +# File to open by default
    1.11 +I:index.cgi
    1.12 +# MIME type
    1.13 +.png:image/png