uhttpd config file was missing for config=mesh_ap

Add uhttpd config file in correct position.

fixes BBHN->ticket:18
This commit is contained in:
Conrad Lara - KG6JEI 2013-12-30 21:55:25 -08:00
parent b0b04d23d8
commit 1be27ac4fb
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Server configuration
config uhttpd main
# HTTP listen addresses, multiple allowed
list listen_http 0.0.0.0:8080
option home /www
option rfc1918_filter 1
option cgi_prefix /cgi-bin
option script_timeout 60
option network_timeout 30
option tcp_keepalive 5
# option config /etc/httpd.conf