added missing /etc/httpd.conf

This commit is contained in:
Dan Krause 2013-10-17 20:08:47 -05:00
parent 48cd38b357
commit 5fc91d428d

View file

@ -0,0 +1,5 @@
H:/var/www # server root (this overrides -h)
A:* # allow all IPs
*.lua:/usr/bin/lua # interpret lua files
/mtd:root:* # must log in as root to access /mtd/* urls
I:index.lua # show index.lua when a directory is requested