[PR #75] [CLOSED] #65 custom config of location / on proxy host pane #3182

Closed
opened 2026-02-26 07:38:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/75
Author: @kolbii
Created: 2/19/2019
Status: Closed

Base: developHead: feature/full_access_of_root_path


📝 Commits (4)

  • a0f5dd7 #65 custom config of location / on proxy host pane
  • d36850e Merge branch 'develop' into feature/full_access_of_root_path
  • cc1dbea Merge branch 'develop' into feature/full_access_of_root_path
  • 5bedf37 Merge branch 'develop' into feature/full_access_of_root_path

📊 Changes

7 files changed (+94 additions, -3 deletions)

View changed files

src/backend/migrations/20190219223711_root_config.js (+37 -0)
📝 src/backend/schema/endpoints/proxy-hosts.json (+24 -0)
📝 src/backend/templates/proxy_host.conf (+2 -0)
📝 src/frontend/js/app/nginx/proxy/form.ejs (+16 -2)
📝 src/frontend/js/app/nginx/proxy/form.js (+11 -0)
📝 src/frontend/js/i18n/messages.json (+2 -1)
📝 src/frontend/js/models/proxy-host.js (+2 -0)

📄 Description

Fixes #65
Adds a new field to Proxy host and puts the generator that code into the root location block's body.
screenshot


🔄 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/75 **Author:** [@kolbii](https://github.com/kolbii) **Created:** 2/19/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/full_access_of_root_path` --- ### 📝 Commits (4) - [`a0f5dd7`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a0f5dd7bdc0ed1202ed624d27c85af8041a6a727) #65 custom config of location / on proxy host pane - [`d36850e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d36850eb114ed536e28ba88dd44a22e02114a135) Merge branch 'develop' into feature/full_access_of_root_path - [`cc1dbea`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/cc1dbeae8272f0d6a018cb5326c7935501d9e3aa) Merge branch 'develop' into feature/full_access_of_root_path - [`5bedf37`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/5bedf37f4200e3d7dd6d55f9db5b54c8e2ac6491) Merge branch 'develop' into feature/full_access_of_root_path ### 📊 Changes **7 files changed** (+94 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `src/backend/migrations/20190219223711_root_config.js` (+37 -0) 📝 `src/backend/schema/endpoints/proxy-hosts.json` (+24 -0) 📝 `src/backend/templates/proxy_host.conf` (+2 -0) 📝 `src/frontend/js/app/nginx/proxy/form.ejs` (+16 -2) 📝 `src/frontend/js/app/nginx/proxy/form.js` (+11 -0) 📝 `src/frontend/js/i18n/messages.json` (+2 -1) 📝 `src/frontend/js/models/proxy-host.js` (+2 -0) </details> ### 📄 Description Fixes #65 Adds a new field to Proxy host and puts the generator that code into the root location block's body. [screenshot](https://imgur.com/a/eTIos3M) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:22 +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#3182
No description provided.