Testimonails and Introscript updates
This commit is contained in:
+3
-4
@@ -156,11 +156,10 @@ nginx/goodwalk.co.nz.svelte.conf.example
|
||||
```
|
||||
|
||||
Important:
|
||||
- The normal `deploy.ps1` flow does not deploy or reload the shared nginx stack.
|
||||
- Copy the updated nginx config to `/docker/nginx/conf.d/goodwalk.co.nz.conf` and reload nginx once.
|
||||
- The repo example now uses Docker's internal resolver so future app/mail container rebuilds will not leave nginx pinned to stale upstream IPs.
|
||||
- `deploy.ps1` now copies the repo nginx config to `/docker/nginx/conf.d/goodwalk.co.nz.conf` and reloads the shared nginx container as part of deployment.
|
||||
- The repo nginx config uses Docker's internal resolver so future app/mail container rebuilds will not leave nginx pinned to stale upstream IPs.
|
||||
|
||||
Then reload nginx:
|
||||
Manual nginx commands, if you ever need them:
|
||||
|
||||
```bash
|
||||
docker compose -p nginx -f /docker/nginx/docker-compose.yml exec nginx nginx -t
|
||||
|
||||
Reference in New Issue
Block a user