1 Star 4 Fork 1

shadaileng/nginx-rtmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
entrypoint.sh 194 Bytes
一键复制 编辑 原始数据 按行查看 历史
shadaileng 提交于 4年前 . deploy
#!/bin/sh
mkdir -p /data/logs
gunicorn app:app_factory --bind 0.0.0.0:8080 --worker-class aiohttp.GunicornWebWorker >> /data/logs/app$(date +"%F-%k-%M-%S") 2>&1 &
/usr/local/nginx/sbin/nginx
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shadaileng/nginx-rtmp.git
git@gitee.com:shadaileng/nginx-rtmp.git
shadaileng
nginx-rtmp
nginx-rtmp
master

搜索帮助