modules/admin-core: remove uvl schemas
[project/luci.git] / modules / admin-core / root / lib / uci / schema / default / httpd
diff --git a/modules/admin-core/root/lib/uci/schema/default/httpd b/modules/admin-core/root/lib/uci/schema/default/httpd
deleted file mode 100644 (file)
index 8dcf095..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-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'
-