mirror of https://github.com/aredn/aredn.git
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
# 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 240
|
|
option network_timeout 30
|
|
option tcp_keepalive 5
|
|
# option config /etc/httpd.conf
|