openwrt 用nginx来代替uhttpd执行luci/php/反向代理/静态服务器! ```bashopkg install luci-nginx```新版本19.07.x直接用官方插件源可以直接选装luci-nginx,一步完成,其他依赖包自动动下载,并且uhttpd自动禁. openwrt 2022年06月04日 6 点赞 0 评论 2895 浏览
openwrt 使用nginx http_auth_basic 来进行 用户认证配置 将路由器通过frp 代理到哇完后,一些内容不想被其他人知道,但是又想让部分人看到。可以通过 nginx的http auth模块。只有输入正确的用户密码才允许访问web内容。```nginx basic auth指令语法: auth_basic string | off;默认值: auth_basic off;配置段: http, server, locati openwrt 2022年06月04日 1 点赞 0 评论 1325 浏览
未解决 curl: (35) ssl_handshake returned - mbedTLS: (-0x7280) SSL - The connection indicated an EOF 在路由器里面 curl 报错 `curl: (35) ssl_handshake returned - mbedTLS: (-0x7280) SSL - The connection indicated an EOF` 路过大神,指点指点 openwrt 2022年06月04日 5 点赞 0 评论 3033 浏览
Fatal error: date(): Timezone database is corrupt - this should *never* happen! Powered by LuCI openwrt-21.02 branch (git-21.295.67054-13df80d) Fatal error: date(): Timezone database is corrupt - this should *never* happen! in Command line code on line 1 openwrt 2022年06月04日 0 点赞 0 评论 726 浏览
openwrt 执行shell脚本报错syntax error: bad for loop variable 这是网络上一个shell脚本,配合crontab来以秒为单位执行任务,在 openwrt 路由器上执行报错 `syntax error: bad for loop variable` openwrt 2022年06月04日 0 点赞 0 评论 869 浏览