summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/root/lib/uci/schema/default/httpd
blob: 7d829c53e9f15a59c45d51a8ae3d726de2c570dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
package httpd

config package
	option title 'Busybox HTTPd configuration'

config section
	option name	'httpd'
	option title	'General httpd settings'
	option package	'httpd'
	option unique	true
	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'