[PR #1716] [MERGED] v2.9.14 #3479

Closed
opened 2026-02-26 08:30:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1716
Author: @jc21
Created: 1/2/2022
Status: Merged
Merged: 1/2/2022
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 3dfe238 Add two new headers to proxy.conf
  • bb422d4 Update default.conf
  • ac23c66 Fixes custom certificate upload modal
  • 40b1521 Merge pull request #1677 from jc21/fixes-custom-certificate-modal
  • adc5a20 Merge pull request #1666 from TobiasKneidl/patch-1
  • 5aae8cd Fixed the access log path to match the HTTP one. This also fixes its handling by logrotate.
  • 849bdcd Fixed generation of resolvers.conf.
  • b78c7e1 Fixes dnspod credentials template
  • 2ac1026 Hack for python binary in newer node images
  • 5d106c4 Bump version

📊 Changes

13 files changed (+131 additions, -85 deletions)

View changed files

📝 .version (+1 -1)
📝 Jenkinsfile (+1 -0)
📝 README.md (+27 -7)
📝 backend/internal/certificate.js (+5 -2)
📝 backend/internal/ip_ranges.js (+5 -2)
📝 backend/setup.js (+3 -1)
📝 backend/templates/default.conf (+2 -2)
📝 docker/rootfs/etc/nginx/conf.d/default.conf (+1 -1)
📝 docker/rootfs/etc/nginx/conf.d/include/proxy.conf (+2 -0)
📝 docker/rootfs/etc/services.d/nginx/run (+1 -1)
📝 docs/faq/README.md (+3 -0)
📝 frontend/js/app/nginx/certificates/form.js (+5 -3)
📝 global/certbot-dns-plugins.js (+75 -65)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1716 **Author:** [@jc21](https://github.com/jc21) **Created:** 1/2/2022 **Status:** ✅ Merged **Merged:** 1/2/2022 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`3dfe238`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/3dfe23836ce5616664b2d208dd6f3dd724a5e11e) Add two new headers to proxy.conf - [`bb422d4`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bb422d4454c6890cf3e43f13e0796c60e8d4742e) Update default.conf - [`ac23c66`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ac23c666599e24a6376a2117f14436f2fb86396d) Fixes custom certificate upload modal - [`40b1521`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/40b1521f723d1a485a99c47f4f7505ba26d1469f) Merge pull request #1677 from jc21/fixes-custom-certificate-modal - [`adc5a20`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/adc5a2020ae8dafadcf0f9c55180d81fa8a863c8) Merge pull request #1666 from TobiasKneidl/patch-1 - [`5aae8cd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/5aae8cd0e3ab034309506c382270feadf8b21348) Fixed the access log path to match the HTTP one. This also fixes its handling by logrotate. - [`849bdcd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/849bdcda7b8d5996c8751f158c3c2c38845e4428) Fixed generation of resolvers.conf. - [`b78c7e1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/b78c7e1c53dc30bc9963b836dd0b8bc2f5676618) Fixes dnspod credentials template - [`2ac1026`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/2ac1026e4b2d4edf1f39dee3fb3bfed8585bfed1) Hack for python binary in newer node images - [`5d106c4`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/5d106c40640224a176712cbba882146dbdc4680b) Bump version ### 📊 Changes **13 files changed** (+131 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `Jenkinsfile` (+1 -0) 📝 `README.md` (+27 -7) 📝 `backend/internal/certificate.js` (+5 -2) 📝 `backend/internal/ip_ranges.js` (+5 -2) 📝 `backend/setup.js` (+3 -1) 📝 `backend/templates/default.conf` (+2 -2) 📝 `docker/rootfs/etc/nginx/conf.d/default.conf` (+1 -1) 📝 `docker/rootfs/etc/nginx/conf.d/include/proxy.conf` (+2 -0) 📝 `docker/rootfs/etc/services.d/nginx/run` (+1 -1) 📝 `docs/faq/README.md` (+3 -0) 📝 `frontend/js/app/nginx/certificates/form.js` (+5 -3) 📝 `global/certbot-dns-plugins.js` (+75 -65) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:30:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3479
No description provided.