502: canteen.ourpad.casa down — NPMPlus HTTPS→HTTP backend mismatch #23
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?
Symptom
canteen.ourpad.casa returned Cloudflare 502 Bad Gateway.
Root Cause
NPMPlus proxy host #13 had forward_scheme: https pointing to backend 192.168.0.127:8901, but the canteen backend (FastAPI/uvicorn) only serves plain HTTP.
Fix
Verification
curl -H Host: canteen.ourpad.casa https://192.168.0.115/ -k -> 200
curl https://canteen.ourpad.casa/ -> 200