summaryrefslogtreecommitdiff
path: root/docs/configuration/loadbalancing/reverse-proxy.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism on sagitta — MD as primary, RST as overrideYuriy Andamasov
Mirror of #1899 (current) and #1900 (circinus) for sagitta. Same logic, same scripts, per-branch file set. Changes: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 210 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 210 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty - conf.py exclude_patterns flipped: rst-*.rst excluded by default - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt - scripts/swap_sources.py imported from current (post-#1899 rewrite, with inverted rename direction) - scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete) - tests/test_swap_sources.py imported from current (post-#1899 rewrite) Side-effect: fixes the same 404 on /en/1.4/ View page source links that #1899 fixed for /en/rolling/ and #1900 fixed for /en/1.5/. Per-branch differences vs #1899: - sagitta has 210 stems vs current's 254 (sagitta has no vpp pages and fewer current-only features; cli + installation/cloud/aws are still RST-only on sagitta pending the title-level fix follow-up) - otherwise the script/conf.py/test changes are byte-identical with current Generated by robots https://vyos.io
2024-08-07T6539: Add documentation for reverse proxy logging configurationmergify/bp/sagitta/pr-1514Nicolas Vollmar
(cherry picked from commit d624058e258ec0f7a77f7a3990b7fffb18a43ea1)
2024-06-05reverse-proxy: T6434: Support additional health-check protocolsAlex W
(cherry picked from commit a5354a65be668f10136b2f65ba1c9a41bf2708ca)
2024-05-30reverse-proxy: T6409: Remove unused backend parametersAlex W
(cherry picked from commit c2bc79045d065c1661290c9b1baf2f1f0a95ea7c)
2024-05-28reverse-proxy: T6370: Documented usage of http-response-headers optionrebortg
2024-04-16T6242: reverse-proxy: Document new backend option ssl no-verifyAlex W
(cherry picked from commit 6703aeb43338c901f794e6e28affe5bdee3e4a1e) # Conflicts: # docs/configuration/loadbalancing/reverse-proxy.rst
2023-06-30Fixing of various errors with duplicate labelsrebortg
2023-05-24Add load-balancing reverse-proxy documentation and examplesViacheslav Hletenko