1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Add support for nginx 444 default response

The default nginx 444 response drops the inbound connection without
sending any response to the client.
This commit is contained in:
Will Rouesnel
2023-05-22 11:59:50 +10:00
parent 2a06384a4a
commit 2dd4434ceb
3 changed files with 11 additions and 0 deletions

View File

@ -287,6 +287,7 @@
"default-site": "Default Site",
"default-site-congratulations": "Congratulations Page",
"default-site-404": "404 Page",
"default-site-444": "No Response (444)",
"default-site-html": "Custom Page",
"default-site-redirect": "Redirect"
}