* luci-0.8: backport multiple httpd instance enhancement
This commit is contained in:
parent
9319ae924c
commit
c9bbacbbcc
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ m = Map("httpd", "Busybox HTTPd", translate("a_srv_http1"))
|
||||||
|
|
||||||
s = m:section(TypedSection, "httpd", "")
|
s = m:section(TypedSection, "httpd", "")
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
|
s.addremove = true
|
||||||
|
|
||||||
port = s:option(Value, "port", translate("port"))
|
port = s:option(Value, "port", translate("port"))
|
||||||
port.isinteger = true
|
port.isinteger = true
|
||||||
|
|
Loading…
Reference in a new issue