fix: keep proxy healthy during tls pending

This commit is contained in:
bisco
2026-06-25 12:00:33 +02:00
parent 0a590989bb
commit 0302634094
4 changed files with 39 additions and 3 deletions
+9
View File
@@ -102,6 +102,15 @@ TRUST_PROXY_HEADERS=0
Before the first certificate exists, NGINX serves ACME challenges and returns 503 for
application traffic. After issuance, HTTP redirects to HTTPS automatically.
Run the real bootstrap without the test override:
```bash
docker compose --profile tools run --rm wp-cli /scripts/bootstrap.sh
```
The `docker-compose.test.yml` override intentionally uses disposable test volumes; do
not use it for production or staging bootstrap commands.
## Useful commands
```bash