tinycm view tools/httpd.conf @ rev 26

remove the README function: do better
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 05 23:18:19 2014 +0000 (2014-01-05)
parents
children
line source
1 # Server root
2 H:../
3 # Allow address
4 A:0.0.0.0/0
5 # CGI interpreter path
6 *.cgi:/bin/sh
7 # File to open by default
8 I:index.cgi
9 # MIME type
10 .png:image/png