[PR #2942] [MERGED] Add support for nginx 444 default response #3639

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/2942
Author: @wrouesnel
Created: 5/22/2023
Status: Merged
Merged: 7/20/2023
Merged by: @jc21

Base: developHead: 444_default_support


📝 Commits (1)

  • 2dd4434 Add support for nginx 444 default response

📊 Changes

3 files changed (+11 additions, -0 deletions)

View changed files

📝 backend/templates/default.conf (+6 -0)
📝 frontend/js/app/settings/default-site/main.ejs (+4 -0)
📝 frontend/js/i18n/messages.json (+1 -0)

📄 Description

Handles part of #622 .

The default nginx 444 response drops the inbound connection without sending any response to the client.

This has the benefit of tending to reduce attention by automated scrapers and other such internet noise, and is a common parameter nginx users add to their servers.

This PR implements support for this parameter - the option is labelled "No Response" with "444" in brackets since informed users tend to know it by this value.


🔄 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/2942 **Author:** [@wrouesnel](https://github.com/wrouesnel) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `444_default_support` --- ### 📝 Commits (1) - [`2dd4434`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/2dd4434ceb976d429e164f78d5941e08ffa2d802) Add support for nginx 444 default response ### 📊 Changes **3 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `backend/templates/default.conf` (+6 -0) 📝 `frontend/js/app/settings/default-site/main.ejs` (+4 -0) 📝 `frontend/js/i18n/messages.json` (+1 -0) </details> ### 📄 Description Handles part of #622 . The default nginx 444 response drops the inbound connection without sending any response to the client. This has the benefit of tending to reduce attention by automated scrapers and other such internet noise, and is a common parameter nginx users add to their servers. This PR implements support for this parameter - the option is labelled "No Response" with "444" in brackets since informed users tend to know it by this value. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:31:24 +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#3639
No description provided.