Add UseForwardedHeaders so /install.sh + backend_ws use https/wss behind Traefik
This commit is contained in:
@@ -23,10 +23,10 @@ for the Plan 1 implementation steps that produced this code.
|
||||
|
||||
```sh
|
||||
dotnet test # all backend tests
|
||||
dotnet run --project backend # starts on http://localhost:5000
|
||||
dotnet run --project backend # starts on http://localhost:5252
|
||||
```
|
||||
|
||||
Hit `http://localhost:5000/health` to verify it's up.
|
||||
Hit `http://localhost:5252/health` to verify it's up.
|
||||
|
||||
## Smoke test against a live deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user