OpenWrt的WEB服务器 uhttpd版

修改uhttpd配置文件

1
vim /etc/config/uhttpd

添加以下内容

1
2
3
4
config uhttpd 'webfile'
list listen_http '0.0.0.0:88'
option home '/www/sub-web'
option cgi_prefix '/cgi-bin'

端口: 88
路径: /www/sub-we
自行修改