uhttpd: update to latest git revision

adds URL alias support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 47206
This commit is contained in:
John Crispin
2015-10-19 10:08:01 +00:00
parent 7295e9fb8b
commit 00df239f60
2 changed files with 7 additions and 2 deletions

View File

@@ -94,6 +94,11 @@ start_instance()
append_bool "$cfg" no_dirlists "-D" 0
append_bool "$cfg" rfc1918_filter "-R" 0
config_get alias_list "$cfg" alias
for alias in $alias_list; do
procd_append_param command -y "$alias"
done
config_get http "$cfg" listen_http
for listen in $http; do
procd_append_param command -p "$listen"