Skip to content

Run app nginx behind host reverse proxy#3

Merged
dgknttr merged 2 commits into
mainfrom
codex/host-nginx-proxy-fix
Apr 28, 2026
Merged

Run app nginx behind host reverse proxy#3
dgknttr merged 2 commits into
mainfrom
codex/host-nginx-proxy-fix

Conversation

@dgknttr
Copy link
Copy Markdown
Owner

@dgknttr dgknttr commented Apr 28, 2026

Summary

  • Change production compose to bind app nginx to localhost:3000 instead of public 80/443
  • Remove container-level TLS handling; host nginx remains the edge TLS reverse proxy
  • Preserve forwarded scheme when proxying from app nginx to backend

Reason

The first v0.1.0 deploy failed because host nginx already owns port 80. This keeps the Docker app behind host nginx, which is the intended production topology.

@dgknttr dgknttr merged commit afc9b56 into main Apr 28, 2026
2 checks passed
@dgknttr dgknttr deleted the codex/host-nginx-proxy-fix branch April 28, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant