mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #1699] 504 Gateway Timeout #1265
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#1265
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 @Amplificator on GitHub (Dec 29, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1699
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I have Nginx Proxy Manager set up as a proxy for several WordPress sites. The frontend of the sites work just fine but I can't login to the backend.
When entering any login credentials it just sits there and eventually gives a 504 Gateway Timeout.
I have tried the following extra configuration for each domain but it doesn't seem to make a difference:
Nginx Proxy Manager Version
2.9.13
To Reproduce
Steps to reproduce the behavior:
Operating System
AlmaLinux 8.5 with nothing but Docker on it. FirewallD is disabled.
@chaptergy commented on GitHub (Dec 29, 2021):
I'm pretty sure this is a wordpress issue as I have seen this with a non-proxied wordpress instance. If I remember correctly this had something to do with wordpress hardcoding the url everywhere. So you'll need to make sure the url inside the wordpress settings is the one you use when proxying the app. So if
wp.example.compoints to your proxy, and the wordpress site is available atuser1.websitebuilder.com, the wordpress settings need to havewp.example.comas the url, otherwise it won't work.@Amplificator commented on GitHub (Dec 29, 2021):
The domain is completely unchanged and as soon as I move the DNS from the proxy to the actual web server it works fine.
So the domain never changed, or am I understanding you wrong?
It's always been at domain.com both before and now with the proxy.
@chaptergy commented on GitHub (Dec 29, 2021):
No, I think you understood correctly. Then I'm really not sure what the issue could be, as I don't have a wordpress installation I can't really replicate it, sorry
@Amplificator commented on GitHub (Dec 29, 2021):
I can set up an empty WordPress site for you if you want? If not, thanks for trying though, I do appreciate it :)
@chaptergy commented on GitHub (Dec 29, 2021):
Sure, that would be possible. You can message me via Gitter @chaptergy if you want.
@chaptergy commented on GitHub (Dec 29, 2021):
The issue was the webhoster trotteling the requests since they suspected a brute force attack. Whitelisting the ip of the reverse proxy fixed the issue.