topic: pages
10 modules sharing the pages name family (derived from the tree's prefix discipline).
The 'pages' topic family in the Nishi sovereign ecosystem manages web page serving and routing across multiple virtual hosts. It integrates configuration parsing, daemon composition, and static file delivery to enable flexible and secure web hosting. Modules like nx_pages_config load vhost maps, nx_pages_daemon composes core functionality, and nx_pages_static provides static file serving over the nx_http_server, supporting a modular and scalable approach to web deployment.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_pages_config.nx | D1.6 of NISHI_DEPLOY_ROADMAP. Loads vhost map | 208 | 6 |
| nx_pages_config_test.nx | KAT for D1.6 config-file parser. | 66 | 2 |
| nx_pages_daemon.nx | D1.2 of NISHI_DEPLOY_ROADMAP. Composes | 204 | 4 |
| nx_pages_http_redirect.nx | D1.4 of NISHI_DEPLOY_ROADMAP. | 153 | 5 |
| nx_pages_https_daemon.nx | D1.3 of NISHI_DEPLOY_ROADMAP. Composes | 359 | 6 |
| nx_pages_static.nx | static-file serving over nx_http_server. | 411 | 18 |
| nx_pages_static_test.nx | structural smoke for nx_pages_static. | 117 | 2 |
| nx_pages_vhost.nx | multi-virtual-host routing primitive. D1.1 of | 239 | 8 |
| nx_pages_vhost_debug.nx | isolate failures step-by-step via distinct exit codes. | 61 | 1 |
| nx_pages_vhost_test.nx | KAT for the D1.1 multi-vhost router. | 98 | 3 |