summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/root/lib/uci/schema/default/httpd
blob: 5f8d979a3d7ab62f9d2a5aebfcfb451d188f18ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package httpd

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	'Docroot directory'
	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