[GH-ISSUE #2428] Upsteam timeout #1703

Closed
opened 2026-02-26 07:32:07 +03:00 by kerem · 2 comments
Owner

Originally created by @STR3IKERKRYPTON on GitHub (Nov 25, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2428

If I'm trying to access one of my Webpages over npm I'm getting a gateway-timeout.
This is the output of the proxy-host-2_error.log file:

2022/11/25 08:49:36 [error] 1279#1279: *23670 upstream timed out (110: Connection timed out) while connecting to upstream, client: 172.68.154.121, server: nginxproxymanager.domain.com, request: "GET / HTTP/2.0", upstream: "http://serverIP:81/", host: "nginxproxymanager.domain.com", referrer: "http://serverIP:81/" 2022/11/25 08:49:41 [error] 1279#1279: *23684 upstream timed out (110: Connection timed out) while connecting to upstream, client: 172.68.154.121, server: nginxproxymanager.domain.com, request: "GET /favicon.ico HTTP/2.0", upstream: "http://serverIP:81/favicon.ico", host: "nginxproxymanager.domain.com", referrer: "https://nginxproxymanager.domain.com/"

Docker logs:

[11/25/2022] [6:53:18 AM] [Nginx ] › ℹ info Reloading Nginx
[11/25/2022] [6:53:18 AM] [SSL ] › ℹ info Renew Complete
[11/25/2022] [7:31:06 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [7:33:33 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [7:43:28 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [7:50:52 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [7:51:56 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [7:53:17 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry...
[11/25/2022] [7:53:18 AM] [Nginx ] › ℹ info Reloading Nginx
[11/25/2022] [7:53:18 AM] [SSL ] › ℹ info Renew Complete
[11/25/2022] [8:08:59 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [8:36:52 AM] [Nginx ] › ℹ info Reloading Nginx
[11/25/2022] [8:37:07 AM] [Nginx ] › ℹ info Reloading Nginx
[11/25/2022] [8:43:41 AM] [Access ] › ✖ error access_lists:list undefined Permission Denied
[11/25/2022] [8:44:16 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id')
[11/25/2022] [8:48:04 AM] [Nginx ] › ℹ info Reloading Nginx
[11/25/2022] [8:53:17 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry...
[11/25/2022] [8:53:18 AM] [Nginx ] › ℹ info Reloading Nginx
[11/25/2022] [8:53:19 AM] [SSL ] › ℹ info Renew Complete
[11/25/2022] [8:53:49 AM] [Access ] › ✖ error certificates:list undefined Permission Denied

Does anyone have an idea?

Originally created by @STR3IKERKRYPTON on GitHub (Nov 25, 2022). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2428 If I'm trying to access one of my Webpages over npm I'm getting a gateway-timeout. This is the output of the _**proxy-host-2_error.log**_ file: `2022/11/25 08:49:36 [error] 1279#1279: *23670 upstream timed out (110: Connection timed out) while connecting to upstream, client: 172.68.154.121, server: nginxproxymanager.domain.com, request: "GET / HTTP/2.0", upstream: "http://serverIP:81/", host: "nginxproxymanager.domain.com", referrer: "http://serverIP:81/" 2022/11/25 08:49:41 [error] 1279#1279: *23684 upstream timed out (110: Connection timed out) while connecting to upstream, client: 172.68.154.121, server: nginxproxymanager.domain.com, request: "GET /favicon.ico HTTP/2.0", upstream: "http://serverIP:81/favicon.ico", host: "nginxproxymanager.domain.com", referrer: "https://nginxproxymanager.domain.com/" ` Docker logs: --------------------------------------------------------------------------------------------------------------------------------------------------- [11/25/2022] [6:53:18 AM] [Nginx ] › ℹ info Reloading Nginx [11/25/2022] [6:53:18 AM] [SSL ] › ℹ info Renew Complete [11/25/2022] [7:31:06 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [7:33:33 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [7:43:28 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [7:50:52 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [7:51:56 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [7:53:17 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry... [11/25/2022] [7:53:18 AM] [Nginx ] › ℹ info Reloading Nginx [11/25/2022] [7:53:18 AM] [SSL ] › ℹ info Renew Complete [11/25/2022] [8:08:59 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [8:36:52 AM] [Nginx ] › ℹ info Reloading Nginx [11/25/2022] [8:37:07 AM] [Nginx ] › ℹ info Reloading Nginx [11/25/2022] [8:43:41 AM] [Access ] › ✖ error access_lists:list undefined Permission Denied [11/25/2022] [8:44:16 AM] [Express ] › ⚠ warning Cannot read properties of null (reading 'id') [11/25/2022] [8:48:04 AM] [Nginx ] › ℹ info Reloading Nginx [11/25/2022] [8:53:17 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry... [11/25/2022] [8:53:18 AM] [Nginx ] › ℹ info Reloading Nginx [11/25/2022] [8:53:19 AM] [SSL ] › ℹ info Renew Complete [11/25/2022] [8:53:49 AM] [Access ] › ✖ error certificates:list undefined Permission Denied Does anyone have an idea?
kerem 2026-02-26 07:32:07 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@github-actions[bot] commented on GitHub (Feb 4, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1925539587 --> @github-actions[bot] commented on GitHub (Feb 4, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Mar 21, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2742069485 --> @github-actions[bot] commented on GitHub (Mar 21, 2025): Issue was closed due to inactivity.
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#1703
No description provided.