[GH-ISSUE #1470] Connections to Nextcloud instance too slow when reaching through NPM #1134

Closed
opened 2026-02-26 06:35:54 +03:00 by kerem · 2 comments
Owner

Originally created by @tonitonae on GitHub (Oct 8, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1470

Hi all.

I have recently installed NPM through the docker image and I am trying to configure it for several services.

I have successfully configured it for Home Assistant and everything runs smooth (LE certificate for subdomain, timely responses to queries, etc.).

However, the second service I have tried to configure is a Nextcloud instance that is running fine in another docker container. Accessing to this instance through its public IP and HTTP is instantaneous. However, when doing it through NPM each page takes like 1 minute to load.

No errors are shown neither on NPM nor Nextcloud in their respective logs. I just see a GET query from NPM to Nextcloud that takes way too long to be answered. Then, a bunch of requests are served simultaneously (after 1 minute, approx.).

I do not know if I need something special, some kind of header to be sent to NC, because at this speed it is impossible to wirk with it.

Any help is appreciated.

Thanks!

Originally created by @tonitonae on GitHub (Oct 8, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1470 Hi all. I have recently installed NPM through the docker image and I am trying to configure it for several services. I have successfully configured it for Home Assistant and everything runs smooth (LE certificate for subdomain, timely responses to queries, etc.). However, the second service I have tried to configure is a Nextcloud instance that is running fine in another docker container. Accessing to this instance through its public IP and HTTP is instantaneous. However, when doing it through NPM each page takes like 1 minute to load. No errors are shown neither on NPM nor Nextcloud in their respective logs. I just see a GET query from NPM to Nextcloud that takes way too long to be answered. Then, a bunch of requests are served simultaneously (after 1 minute, approx.). I do not know if I need something special, some kind of header to be sent to NC, because at this speed it is impossible to wirk with it. Any help is appreciated. Thanks!
kerem closed this issue 2026-02-26 06:35:54 +03:00
Author
Owner

@chaptergy commented on GitHub (Oct 8, 2021):

As NPM just generates nginx configs, the speeds depend on nginx. Please see https://github.com/jc21/nginx-proxy-manager/issues/1180#issuecomment-863184299.

Your issue seems to yield many results on nginx specific forums.

<!-- gh-comment-id:938453777 --> @chaptergy commented on GitHub (Oct 8, 2021): As NPM just generates nginx configs, the speeds depend on nginx. Please see https://github.com/jc21/nginx-proxy-manager/issues/1180#issuecomment-863184299. Your issue seems to yield many results on nginx specific forums.
Author
Owner

@tonitonae commented on GitHub (Oct 8, 2021):

OK, thanks for the prompt reply.

Just wanted to leave this written here, maybe it could be useful for someone in the future.

Disabling Collabora in Nextcloud makes things room smoothly, so the problem could be in the interaction of this app with nginx (accessing without the proxy does not need the app to be disabled).

Thanks again for your help.

<!-- gh-comment-id:938458810 --> @tonitonae commented on GitHub (Oct 8, 2021): OK, thanks for the prompt reply. Just wanted to leave this written here, maybe it could be useful for someone in the future. Disabling Collabora in Nextcloud makes things room smoothly, so the problem could be in the interaction of this app with nginx (accessing without the proxy does not need the app to be disabled). Thanks again for your help.
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#1134
No description provided.