mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1274] Periodic ERR_EMPTY_RESPONSE #1029
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1029
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Spiritreader on GitHub (Jul 29, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1274
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I have an issue where nginx stops sending responses at unspecific intervals, the browser reports ERR_EMPTY_RESPONSE.
It recovers after a minute, but during that time everything is down.
Even the nginx proxy manager Web UI is unreachable during this time.
I have failed to find any logs whatsoever that would indicate the problem.
Where do I need to look in the container to check for this error and potentially find a solution?
I've checked all logs in the mounted data folder, nothing there.
Docker logs (attached below) also don't indicate anything wrong.
I have also ensured that the server is up during that time. Direct port forwards go through, networking is up, the server is pingable at all times, and the underlying containers work as well.
Nginx Proxy Manager Version
2.9.6
To Reproduce
I sadly cannot consistently reproduce this, which makes it very frustrating to diagnose and debug.
Disabling and enabling different hosts seems to have no impact on frequency and it happening in the first place.
Expected behavior
The service should be reliable.
Screenshots
I don't have a screenshot with ERR_EMPTY_RESPONSE, but I do have a screenshot of my monitoring tool catching the issue

It's basically the same message, but the tool checks for TLS, which is why the message slighly differs.
Operating System
Debian Buster
Additional context
The entire docker logs file can be found here
npm_app.log
My docker compose (had to change the file ending to txt)
docker-compose.txt
I would appreciate any help and pointers. I am at wits end.
@Spiritreader commented on GitHub (Aug 24, 2021):
was not able to fix, but also not able to investigate further.