Django-MOJO
MarkdownOpen in ClaudeOpen in ChatGPT

1.15.11 — Fix the staging pre-filter 1.15.10 broke

Editorial identity incomplete

2026-08-20

1.15.10 moved the $connection_upgrade map out of the rendered http base and into the node bootstrap, but did not add it to the staging harness — the self-contained config the unprivileged nginx -t pre-filter validates against, which stands in for the node's own nginx.conf. So on 1.15.10 every edge convergence fails its pre-filter with unknown "connection_upgrade" variable and installs nothing. Upgrade straight past it.

Fixed

Added

Upgrade notes