mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #2542] [Feature Request] Allow fully custom configs (To allow stream SSL termination) #1776
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#1776
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 @devedse on GitHub (Jan 15, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2542
Is your feature request related to a problem? Please describe.
I would like to create a reverse-proxy for a TCP stream that is encrypted with a certificate. (E.g. the NNTP protocol does this).
Describe the solution you'd like
Basically create a 'stream' or something with a custom nginx config:
Describe alternatives you've considered
I could run another Nginx host but I want to run everything in the nginx-proxy-manager
Additional context
By manually modifying the file:
/data/nginx/stream/6.confI was able to get this working. This however will break the next time I modify this through the UI.@devedse commented on GitHub (Jan 31, 2023):
Any way this could be implemented?
@simqui commented on GitHub (Feb 4, 2023):
See:
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1829
@devedse commented on GitHub (Feb 4, 2023):
@simqui , ah nice. I hope either that one or just support for custom configs van be implemented.
@amoshydra commented on GitHub (Feb 14, 2023):
It is possible to use custom stream config by writing into
data/nginx/custom/stream.confThis is the content of my
stream.confReference:
github.com/NginxProxyManager/nginx-proxy-manager@b9a6b5d4f5/docs/advanced-config/README.md (custom-nginx-configurations)if you are using docker-compose, make sure to add port
853:853and rundocker-compose up -dagain@lesca commented on GitHub (Mar 9, 2023):
Using custom conf brings issues if the cert is changed, and somehow forget to update the custom settings. It could be a workaround but finally I expect the support from official, and within UI.
@github-actions[bot] commented on GitHub (Jan 30, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Mar 16, 2025):
Issue was closed due to inactivity.