[PR #1519] [MERGED] Updates proxy paths #3448

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1519
Author: @chaptergy
Created: 10/25/2021
Status: Merged
Merged: 10/27/2021
Merged by: @jc21

Base: developHead: fixes-incorrect-proxy-path


📝 Commits (3)

  • 87731a8 Revert "Utilise variable for custom locations proxy_pass"
  • bbde7a1 Use variable with full uri in proxy pass
  • ca59e58 Uses variable in proxy_pass for normal proxy hosts

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 backend/templates/_location.conf (+1 -1)
📝 docker/rootfs/etc/nginx/conf.d/include/proxy.conf (+2 -1)

📄 Description


🔄 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/1519 **Author:** [@chaptergy](https://github.com/chaptergy) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/27/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `fixes-incorrect-proxy-path` --- ### 📝 Commits (3) - [`87731a8`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/87731a8b5c7ee698c71bbe92aea50494b127daf7) Revert "Utilise variable for custom locations proxy_pass" - [`bbde7a1`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bbde7a108aa1ef7353a8c314fdddd5e127fc81a4) Use variable with full uri in proxy pass - [`ca59e58`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ca59e585d81d953b79c117eeb3c61743ad4ac85d) Uses variable in proxy_pass for normal proxy hosts ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/templates/_location.conf` (+1 -1) 📝 `docker/rootfs/etc/nginx/conf.d/include/proxy.conf` (+2 -1) </details> ### 📄 Description - Fixes an oversight in https://github.com/jc21/nginx-proxy-manager/pull/1258 which resulted in the path part of a url not being forwarded to the proxy. Fixes https://github.com/jc21/nginx-proxy-manager/issues/1515. - Uses a variable in `proxy_pass` directives for proxy hosts as well, to prevent nginx from crashing if the upstream url is not available. Fixes https://github.com/jc21/nginx-proxy-manager/issues/927 --- <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:41 +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#3448
No description provided.