mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-28 10:55:54 +03:00
[GH-ISSUE #1470] Connections to Nextcloud instance too slow when reaching through NPM #1134
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#1134
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 @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!
@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.
@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.