mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #4217] [CLOSED] client_max_body_size setting via UI #3842
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#3842
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/4217
Author: @dreik
Created: 12/9/2024
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (4)
d8ca38cclient_max_body_size settingf6abe27eslint75dbbebMerge branch 'NginxProxyManager:develop' into develop299bc08Merge branch 'NginxProxyManager:develop' into develop📊 Changes
12 files changed (+65 additions, -1 deletions)
View changed files
➕
backend/migrations/20241209025008_client_max_body_size.js(+34 -0)📝
backend/schema/components/proxy-host-object.json(+9 -0)📝
backend/schema/paths/nginx/proxy-hosts/get.json(+1 -0)📝
backend/schema/paths/nginx/proxy-hosts/hostID/get.json(+1 -0)📝
backend/schema/paths/nginx/proxy-hosts/hostID/put.json(+4 -0)📝
backend/schema/paths/nginx/proxy-hosts/post.json(+4 -0)📝
backend/templates/proxy_host.conf(+2 -0)📝
frontend/js/app/nginx/proxy/form.ejs(+6 -1)📝
frontend/js/app/nginx/proxy/form.js(+1 -0)📝
frontend/js/i18n/messages.json(+1 -0)📝
frontend/js/models/proxy-host.js(+1 -0)📝
test/cypress/e2e/api/ProxyHosts.cy.js(+1 -0)📄 Description
Attempting to close ancient issue #914
Probably not the ideal solution, potential improvements are to follow nginx docs and allow this settings on both
As of now it is only on host level
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.