generated from bisco/codex-bootstrap
chore: rename nginx service to proxy
This commit is contained in:
+2
-2
@@ -33,9 +33,9 @@
|
||||
|
||||
1. Confirm the request host is exactly `azionelab.org`; unknown hosts intentionally
|
||||
receive 404.
|
||||
2. Run `docker compose exec nginx nginx -t`.
|
||||
2. Run `docker compose exec proxy nginx -t`.
|
||||
3. Check `docker compose ps` and verify both backend and frontend are healthy.
|
||||
4. Inspect `docker compose logs --tail=200 nginx backend frontend`.
|
||||
4. Inspect `docker compose logs --tail=200 proxy backend frontend`.
|
||||
5. Verify local DNS or `/etc/hosts` maps `azionelab.org` to the proxy address.
|
||||
|
||||
## Rollback
|
||||
|
||||
Reference in New Issue
Block a user