You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before recreating the proxy container there is no way to know whether the current configs will let nginx start, or which networks the proxy depends on. The recent outage (#21) would have been caught by a pre-flight check.
Proposal
Add easy proxy doctor — a read-only diagnostic. It reports:
nginx -t result (config validity).
Per vhost: is the proxy_pass upstream resolvable from inside the proxy?
Context
Before recreating the proxy container there is no way to know whether the current configs will let nginx start, or which networks the proxy depends on. The recent outage (#21) would have been caught by a pre-flight check.
Proposal
Add
easy proxy doctor— a read-only diagnostic. It reports:nginx -tresult (config validity).proxy_passupstream resolvable from inside the proxy?listen ... http2).Acceptance criteria
easy proxy doctorruns read-only — no changes to containers or configs.🤖 Generated with Claude Code