Main Page unreachable after admin changes #5
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?
Nginx returned 502 Bad Gateway because it attempted to connect to the upstream service using the IPv6 loopback address ::1, while the application server was listening only on the IPv4 loopback address 127.0.0.1.
Solution:
Updated the nginx proxy_pass directive to explicitly use 127.0.0.1 instead of localhost.