1. 安装luci-nginx,尽管可省略,但为了web访问,建议进行安装。2. 配置openssh-sftp-server,确保xshell的xftp连接可用。3. 识别到tailscale存在可疑连接,因此删除了它,无明显功能影响。4. 复制uci.conf到nginx.conf,并保留备份,以便于管理个性化配置。5. 确保nginx与uhttpd的端口不冲突,可能需要调...
在C92 J1900小主机上,我想要在Openwrt 22.03原生固件上部署nginx,以替代uhttpd,并通过zerotier和tailscale实现远程访问。首先,安装luci-nginx(如果需要web访问),并确保openssh-sftp-server已安装以支持xshell连接。对于tailscale的安装,从软件包列表中搜索并移除,虽然日志有连接记录但未实际使用,删除...
luci-ssl-nginx - Autoinstall nginx-ssl, uwsgi-cgi and the default config file to make luci wok on nginx. 看来已经有自动化的包来实现了,也可以带SSL。 opkg update && opkg install ***即可 二:验证# 系统-启动项 uhttpd已经禁用了 nginx已启动 可以确认已经安装好了 三:查找nginx配置文件# linux...
这样就会在顶栏中添加一栏“设备应用配置”,而其中包含两个页面“应用参数配置”、“FTP参数配置”,这两个页面指向的是/usr/lib/lua/luci/model/cbi/文件夹中的admin_deviceapp/deviceapp.lua脚本和admin_deviceapp/deviceftp.lua脚本; 在/usr/lib/lua/luci/model/cbi/文件夹中创建admin_deviceapp文件夹,并在其...
luci.http.write_json(rv) 1. 2. 3. 4. 5. 6. 7. 8. 9. 来向前端回复数据。 回复数据来到前端,在xhr中,要解析可以这样做: 使用xhr.responseText变成字符串,然后使用JSON.parse(xhr.responseText);将字符串解析为json。 top.location.href= '/cgi-bin/admin/xxx/aaa'; ...
二:openwrt,安装nginx# opkg update opkg remove nginx luci-ssl-nginx nginx-util nginx-ssl --force-depends opkginstallnginx-all-module opkginstallluci-ssl-nginx 三:方法一:增加端口访问# 1.增加webdav账号密码# echo "admin:$(openssl passwd 123456)" >/etc/nginx/conf.d/.davpasswd ...
06 配置nginx 和 PHP 配置文件下载:https://d.wanuse.com/b 18:42 修改openwrt端口到8080释放80端口 开始安装WordPress 21:18 重点修改Cloudflare Zero Trus tunnel隧道 指向本机ip或是内网设备ip 上期视频 Cloudflare Zero Trus tunnel隧道配置视频 没有 公网ip 建站 使用openwrt连接cloudflare隧道实现 https://...
可以看到,nginx-mod-luci模块会自动生成一个新的nginx.conf配置文件,把原来安装nginx自动生成的nginx.conf文件改名变成nginx.conf_old 看下nginx.conf文件内容 user nobody nogroup;worker_processes2;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;pid/var/run/...
nginx-mod-luci # 安装完上面3个,底下2个会自动安装,要是没有就手动装 nginx-util nginx-ssl-util ps:安装完nginx-mod-luci页面会跳转,重新进去就行 2.6 禁用uhttpd--防止安装nginx后自动运行出现端口冲突 /etc/init.d/uhttpd stop /etc/init.d/uhttpd disable ...
OpenWRT高级应..安装Nginx与Php(直接复制,回车)opkg install nginx unzip zoneinfo-asia php7 php7-fpm php7-mod-curl php7-mod-gd p