摘要: 下载并安装ffmpeg http://ffmpeg.org/download.html?aemtn=tg-on https://www.gyan.dev/ffmpeg/builds/ 配置环境变量: 查询版本 装包: yarn add fluent-ffmpeg const ffmpeg = req 阅读全文
posted @ 2023-07-15 20:44 徐同保 阅读(7) 评论(0) 推荐(0) 编辑
摘要: # 301重定向, 访问http跳转到https server { listen 80; server_name chat.xutongbao.top; return 301 https://chat.xutongbao.top; } server { listen 443 ssl; server_ 阅读全文
posted @ 2023-07-15 17:16 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: nginx: server { #SSL 默认访问端口号为 443 listen 443 ssl; server_name gpt.xutongbao.top; ssl_certificate /temp/ssl/gpt.xutongbao.top/gpt.xutongbao.top.crt; # 阅读全文
posted @ 2023-07-15 14:01 徐同保 阅读(7) 评论(0) 推荐(0) 编辑