projects.ourpad.casa 502 outage — fixed #1
Reference in New Issue
Block a user
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?
Incident
projects.ourpad.casareturned 502 Bad Gateway.Root Cause
NPMPlus proxy host #17 had
forward_host: 192.168.0.127but the project directory server (nginx serving static HTML) runs on192.168.0.223:8834(CT 100 docker LXC on primary Proxmox).Fix
Updated proxy host via NPMPlus API PUT:
forward_hostchanged from192.168.0.127→192.168.0.223.Verification
curl -skI https://projects.ourpad.casa/→ HTTP/2 200Prevention
Consider using a DNS name or hostname alias for backends instead of raw IPs, to survive DHCP changes/migrations.