Basic reverse proxy pattern for publishing internal services through Nginx.
Quick Command / Path
location / {
proxy_pass http://backend;
}
Checklist
- Confirm the symptom and scope.
- Collect current configuration and outputs.
- Apply the minimal fix.
- Re-test from the client and from a second network if relevant.