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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user