mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[PR #4105] Add support for proxy_protocol in proxy_hosts and streams #3813
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#3813
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/4105
Author: @snordmann
Created: 10/23/2024
Status: 🔄 Open
Base:
develop← Head:enable-proxy-procotol-hosts-streams📝 Commits (1)
480c772Add support for proxy_protocol in proxy_hosts and streams📊 Changes
32 files changed (+281 additions, -28 deletions)
View changed files
📝
backend/internal/nginx.js(+2 -1)➕
backend/migrations/20241022221324_proxy_protocol.js(+56 -0)📝
backend/models/proxy_host.js(+1 -0)📝
backend/models/stream.js(+1 -0)📝
backend/schema/common.json(+10 -0)📝
backend/schema/components/proxy-host-object.json(+9 -1)📝
backend/schema/components/stream-object.json(+7 -1)📝
backend/schema/paths/nginx/proxy-hosts/get.json(+3 -1)📝
backend/schema/paths/nginx/proxy-hosts/hostID/get.json(+3 -1)📝
backend/schema/paths/nginx/proxy-hosts/hostID/put.json(+8 -0)📝
backend/schema/paths/nginx/proxy-hosts/post.json(+8 -0)📝
backend/schema/paths/nginx/streams/get.json(+2 -0)📝
backend/schema/paths/nginx/streams/post.json(+8 -0)📝
backend/schema/paths/nginx/streams/streamID/get.json(+2 -0)📝
backend/schema/paths/nginx/streams/streamID/put.json(+8 -0)📝
backend/templates/_listen.conf(+24 -10)➕
backend/templates/_proxy_protocol.conf(+6 -0)📝
backend/templates/proxy_host.conf(+1 -0)📝
backend/templates/stream.conf(+13 -6)📝
docker/Dockerfile(+2 -1)...and 12 more files
📄 Description
Closes #1114
Related To #1882
Related To #3537
Related To #3618
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.