mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #5114] [MERGED] Added logging for streams based on port #4062
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#4062
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?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5114
Author: @Shotz5
Created: 12/31/2025
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @jc21
Base:
develop← Head:develop📝 Commits (1)
aeb4424Added logging for streams based on port📊 Changes
6 files changed (+19 additions, -7 deletions)
View changed files
📝
backend/templates/stream.conf(+7 -1)📝
docker/rootfs/etc/nginx/conf.d/default.conf(+3 -3)📝
docker/rootfs/etc/nginx/conf.d/include/log-proxy.conf(+1 -1)➕
docker/rootfs/etc/nginx/conf.d/include/log-stream.conf(+3 -0)📝
docker/rootfs/etc/nginx/nginx.conf(+4 -1)📝
frontend/src/locale/src/ko.json(+1 -1)📄 Description
I was looking at my service logs behind NPM and noticed some bad actors trying (and failing as I have it setup properly :D ) to access my service behind an NPM stream. I looked at the NPM logs and noticed that there was no place for stream-specific logs to grab the actors IPs and block them. So I've added it myself for contribution back. I'm sure I could have grabbed it from the NGINX logs within the container, but this is a much more NPM friendly way of logging imo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.