[PR #1248] [MERGED] v2.9.5 #3401

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1248
Author: @jc21
Created: 7/19/2021
Status: Merged
Merged: 7/19/2021
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 99ef8ba Update messages.json
  • 56c4f8a fix wildcard domains regex
  • d16bf7d Adds explicit names to dev containers
  • deca493 Splits access and error logs for each host
  • 289d179 Adds logrotate
  • bd3a13b Also rotate other logs
  • fae848b Store host logs in subfolders
  • b7b150a Run logrotation binary from program
  • 56c317d All logs in single folder
  • 842cff1 Re-add missing certbot force renewal flag

📊 Changes

21 files changed (+248 additions, -152 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+46 -2)
📝 backend/internal/certificate.js (+108 -125)
📝 backend/setup.js (+21 -1)
📝 backend/templates/dead_host.conf (+2 -1)
📝 backend/templates/default.conf (+2 -1)
📝 backend/templates/letsencrypt-request.conf (+2 -1)
📝 backend/templates/proxy_host.conf (+2 -2)
📝 backend/templates/redirection_host.conf (+2 -1)
📝 docker/Dockerfile (+4 -1)
📝 docker/dev/Dockerfile (+2 -1)
📝 docker/docker-compose.dev.yml (+10 -4)
docker/rootfs/etc/logrotate.d/nginx-proxy-manager (+25 -0)
📝 docker/rootfs/etc/nginx/conf.d/default.conf (+2 -2)
📝 docker/rootfs/etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf (+1 -0)
📝 docker/rootfs/etc/nginx/nginx.conf (+2 -3)
📝 docs/yarn.lock (+3 -3)
📝 frontend/js/app/nginx/certificates/form.js (+1 -1)
📝 frontend/js/app/nginx/proxy/form.js (+1 -1)
📝 frontend/js/i18n/messages.json (+1 -1)

...and 1 more files

📄 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/1248 **Author:** [@jc21](https://github.com/jc21) **Created:** 7/19/2021 **Status:** ✅ Merged **Merged:** 7/19/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`99ef8ba`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/99ef8bae4cca049dd389ee2d5200ed723b6ba652) Update messages.json - [`56c4f8a`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/56c4f8a106dfa6c96d09028f67f2152d1ca752c3) fix wildcard domains regex - [`d16bf7d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d16bf7d6c08aecc2c46883a9719c96b7f7615494) Adds explicit names to dev containers - [`deca493`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/deca493912dfbea07e6e2e584c64ebb16e68ec34) Splits access and error logs for each host - [`289d179`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/289d1791429db0b91f6133a531f531ac11795ec9) Adds logrotate - [`bd3a13b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bd3a13b2a5c047893853d12220825bf45a18e667) Also rotate other logs - [`fae848b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/fae848bd1b0f23d9ebf14ebc8ddf651ad53002c5) Store host logs in subfolders - [`b7b150a`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/b7b150a979c4d5cd5b767987d1467f93024433dd) Run logrotation binary from program - [`56c317d`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/56c317d22347fabb55e97ef6ffde5bcd520f63d6) All logs in single folder - [`842cff1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/842cff130b801b1605f7bdaa49614ea5375dfdbe) Re-add missing certbot force renewal flag ### 📊 Changes **21 files changed** (+248 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+46 -2) 📝 `backend/internal/certificate.js` (+108 -125) 📝 `backend/setup.js` (+21 -1) 📝 `backend/templates/dead_host.conf` (+2 -1) 📝 `backend/templates/default.conf` (+2 -1) 📝 `backend/templates/letsencrypt-request.conf` (+2 -1) 📝 `backend/templates/proxy_host.conf` (+2 -2) 📝 `backend/templates/redirection_host.conf` (+2 -1) 📝 `docker/Dockerfile` (+4 -1) 📝 `docker/dev/Dockerfile` (+2 -1) 📝 `docker/docker-compose.dev.yml` (+10 -4) ➕ `docker/rootfs/etc/logrotate.d/nginx-proxy-manager` (+25 -0) 📝 `docker/rootfs/etc/nginx/conf.d/default.conf` (+2 -2) 📝 `docker/rootfs/etc/nginx/conf.d/include/letsencrypt-acme-challenge.conf` (+1 -0) 📝 `docker/rootfs/etc/nginx/nginx.conf` (+2 -3) 📝 `docs/yarn.lock` (+3 -3) 📝 `frontend/js/app/nginx/certificates/form.js` (+1 -1) 📝 `frontend/js/app/nginx/proxy/form.js` (+1 -1) 📝 `frontend/js/i18n/messages.json` (+1 -1) _...and 1 more files_ </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:31 +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#3401
No description provided.