generated from bisco/codex-bootstrap
refactor: split dynamic config by site
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ docker compose down
|
||||
|
||||
### Update backend targets
|
||||
|
||||
1. Edit `config/dynamic/tcp-services.yml`.
|
||||
1. Edit the relevant site file under `config/dynamic/`.
|
||||
2. Run `docker compose config` to catch Compose-level errors.
|
||||
3. Watch Traefik logs:
|
||||
|
||||
@@ -49,7 +49,7 @@ Check that port `80/tcp` is reachable from the internet and that the matching HT
|
||||
|
||||
### Wrong certificate is presented
|
||||
|
||||
Because TLS is passed through, the certificate comes from the selected backend. Check backend certificate configuration and SNI routing rules in `config/dynamic/tcp-services.yml`.
|
||||
Because TLS is passed through, the certificate comes from the selected backend. Check backend certificate configuration and SNI routing rules in the relevant file under `config/dynamic/`.
|
||||
|
||||
## Rollback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user