NginxProxyManager / docker-nginx-full

Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
72 stars 60 forks source link

ngx_stream_log_module module possible? #30

Open verenion opened 3 months ago

verenion commented 3 months ago

I'm using NPM and when using proxy hosts, we can define an access log, which I believe is enabled by default. However, when creating a stream proxy - the access log directive does not work. After some reaseach, it looks like the ngx_stream_log_module allows us to do this. Is there a possibility of building nginx with this module to allow access logging of streams?

https://nginx.org/en/docs/stream/ngx_stream_log_module.html