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
fix: resolve nginx 405 on POST and CAE internal mode issues
- Change proxy_set_header Host from $host to $proxy_host so Container
Apps ingress routes to the API app (not back to web app)
- Add client_max_body_size 100m and proxy timeouts to nginx config
- Add safe default for APP_BACKEND_API_URL in env.sh
- Revert CAE to external mode (internal: false) - only API ingress is
internal; web app remains publicly accessible without App Gateway
- Remove unnecessary Private DNS Zone for CAE
- Update post-deployment scripts to use web app /api proxy when private
networking is enabled (instead of calling unreachable internal API)
- Add ENABLE_PRIVATE_NETWORKING bicep output for post-deployment detection
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments