mirror of https://github.com/aredn/aredn.git
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:
parent
b0b04d23d8
commit
1be27ac4fb
|
@ -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
|
Loading…
Reference in New Issue