flm01/mote/v1/openwrt/package/luci/host/lib/uci/schema/default/httpd

38 lines
775 B
Plaintext

package httpd
config package
option title 'Busybox HTTPd configuration'
config section
option name 'httpd'
option title 'General httpd settings'
option package 'httpd'
option required true
config variable
option name 'home'
option title 'Document root'
option section 'httpd.httpd'
option datatype 'directory'
option required true
config variable
option name 'port'
option title 'Listening port'
option section 'httpd.httpd'
option datatype 'integer'
option required true
config variable
option name 'c_file'
option title 'Configuration file'
option section 'httpd.httpd'
option datatype 'file'
config variable
option name 'realm'
option title 'Authentication Realm'
option description 'Realm shown on login prompt'
option section 'httpd.httpd'