nginx-rtmp-docker icon indicating copy to clipboard operation
nginx-rtmp-docker copied to clipboard

feat(Dockerfile): add ` --with-debug` option

Open agconti opened this issue 5 years ago • 0 comments

This allows debug information to be accessed by adding this directive to nginx.conf:

error_log /var/log/nginx/error.log debug;

This is the recommended way based on the nginx-rtmp-module wiki: https://github.com/arut/nginx-rtmp-module/wiki/Debug-log

agconti avatar Aug 27 '20 17:08 agconti