X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ac1453a896b113f0a7ce8f0e1e60d6f127c417b0..cccec9f4b412fdbd076e384bb1eb89e5edcee6f5:/package/uhttpd/files/uhttpd.init?ds=sidebyside diff --git a/package/uhttpd/files/uhttpd.init b/package/uhttpd/files/uhttpd.init index 4b747a0da..14f8fc4c4 100755 --- a/package/uhttpd/files/uhttpd.init +++ b/package/uhttpd/files/uhttpd.init @@ -58,6 +58,7 @@ start_instance() append_arg "$cfg" lua_prefix "-l" append_arg "$cfg" lua_handler "-L" append_arg "$cfg" script_timeout "-t" + append_arg "$cfg" network_timeout "-T" config_get http "$cfg" listen_http for listen in $http; do