mirror of https://github.com/aredn/aredn.git
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
# Server configuration
|
|
config uhttpd main
|
|
list listen_http '0.0.0.0:8080'
|
|
list listen_http '0.0.0.0:80'
|
|
option home '/www'
|
|
option rfc1918_filter '1'
|
|
option cgi_prefix '/cgi-bin'
|
|
list ucode_prefix '/a=/app/root.ut'
|
|
option script_timeout '240'
|
|
option network_timeout '30'
|
|
option tcp_keepalive '5'
|