feat: add phase 8.5 Nginx to Caddy migration wrapper and enhance post-check script for direct access handling

This commit is contained in:
S
2026-03-02 22:45:49 -06:00
parent 9224b91374
commit 14a5773a2d
3 changed files with 180 additions and 22 deletions

7
phase8_5_nginx_to_caddy.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
# Backward-compat wrapper: phase 8.5 was renamed to phase 7.5.
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
echo "[WARN] phase8_5_nginx_to_caddy.sh was renamed to phase7_5_nginx_to_caddy.sh" >&2
exec "${SCRIPT_DIR}/phase7_5_nginx_to_caddy.sh" "$@"