uhttpd: complete init script and sample configuration
[project/luci.git] / contrib / package / uhttpd / files / uhttpd.config
index 97a43f4..9c4cd30 100644 (file)
@@ -10,7 +10,7 @@ config uhttpd main
 
        # CGI url prefix, will be searched in docroot.
        # Default is /cgi-bin
-       option cgi_prefix       /cgi-bin
+       option cgi_prefix       /cgi-bin
 
        # Lua url prefix and handler script.
        # Lua support is disabled if no prefix given.
@@ -25,3 +25,8 @@ config uhttpd main
        list listen_https       0.0.0.0:443
 #      list listen_https       [::]:443
 
+       # Basic auth realm, defaults to local hostname
+#      option realm    OpenWrt
+
+       # Configuration file in busybox httpd format
+#      option config   /etc/httpd.conf