Changeset 5896 for luci/trunk/contrib/package/uhttpd/files/uhttpd.config
- Timestamp:
- 03/21/10 04:35:28 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/uhttpd/files/uhttpd.config
r5876 r5896 11 11 # CGI url prefix, will be searched in docroot. 12 12 # Default is /cgi-bin 13 option cgi_prefix /cgi-bin13 option cgi_prefix /cgi-bin 14 14 15 15 # Lua url prefix and handler script. … … 26 26 # list listen_https [::]:443 27 27 28 # Basic auth realm, defaults to local hostname 29 # option realm OpenWrt 30 31 # Configuration file in busybox httpd format 32 # option config /etc/httpd.conf
