├── Dockerfile ├── LICENSE ├── README.md ├── sbin ├── entrypoint.sh ├── render-templates.sh └── substitute-env-vars.sh └── templates └── nginx.conf.tmpl /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/README.md -------------------------------------------------------------------------------- /sbin/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/sbin/entrypoint.sh -------------------------------------------------------------------------------- /sbin/render-templates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/sbin/render-templates.sh -------------------------------------------------------------------------------- /sbin/substitute-env-vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/sbin/substitute-env-vars.sh -------------------------------------------------------------------------------- /templates/nginx.conf.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AwakeningSV/awakening-nginx-rtmp/HEAD/templates/nginx.conf.tmpl --------------------------------------------------------------------------------