5f8d979a3d7ab62f9d2a5aebfcfb451d188f18ae
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / httpd
1 package httpd
2
3 config section
4         option name     'httpd'
5         option title    'General httpd settings'
6         option package  'httpd'
7         option unique   true
8         option required true
9
10 config variable
11         option name     'home'
12         option title    'Docroot directory'
13         option section  'httpd.httpd'
14         option datatype 'directory'
15         option required true
16
17 config variable
18         option name     'port'
19         option title    'Listening port'
20         option section  'httpd.httpd'
21         option datatype 'integer'
22         option required true