mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-24 22:55:58 +03:00
[GH-ISSUE #30] ngx_stream_log_module module possible? #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @verenion on GitHub (Jul 26, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/docker-nginx-full/issues/30
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
streamproxy - 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