完美解决 seafile FILE_SERVER_ROOT 配置导致的内网外网不能同时访问和上传下载的问题 2024年10月13日 Allen Hua 532 我的 seafile 安装在内网,服务地址是 http://10.10.10.5:8088,然后我使用 frp 将其暴露在了公网 https://seafile.940304.xyz。 正常情况下在任何联网设备上都可以通过域名 seafile.94030... 阅读全文 0 评论
nginx设置referer配置个人图床的防盗链功能 2023年08月02日 Allen Hua 917 我见过好几个公益图床从免费使用到关站,有些令人唏嘘。本博客之前也有几篇文章用了别人的图床,而且有关了站点的,当时的图片我自己也忘了备份,从而导致文章中的图片永远 404 了,遗憾啊。自从 2022-06-09 22:58:51 开始,我使用 Lsky P... 阅读全文 0 评论
使用 nginx 获取自己的公网 IP 地址 2023年07月15日 Allen Hua 1548 针对宽带上网,一般来说,我们都习惯于使用下面这些网站获取自己的公网 IP, https://whatsmyip.com/ https://www.ip138.com/ https://www.ipip.net/ https://ip.skk.moe/ ... 阅读全文 0 评论
nginx 常规端口和非常规端口的 http redirect to https 2022年07月18日 Allen Hua 1345 常规端口 standard port 常规端口很简单,使用两个 server 块,一个监听 80 做跳转,一个监听 443 做实际 serving server { listen 80 default_server; server_name ... 阅读全文 0 评论
记一次 OpenWrt luci 显示正在“收集数据”,使用公网 IP nginx 反向代理遇到的 Uncaught TypeError: Cannot read properties of null (reading 'wan') 问题 2022年07月18日 Allen Hua 2958 搜遍了全网,只有这个链接 ( https://forum.openwrt.org/t/solved-luci-overview-page-has-blank-fields/16967 ) 类似。但我使用 frp 映射后的域名访问主页又能正常展示这些字段。... 阅读全文 4 评论