Skip to content

Commit

Permalink
docs: Minor update to HTTPS config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci authored and marek-mihok committed Jan 15, 2024
1 parent 8893fc3 commit 1206ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Wave consists of 2 servers and both need to be configured separately.

HTTPS is all or nothing meaning either both server and app use TLS or none does.

Once set, the Wave app needs to know it should talk to the Wave server via `https` and not `http` as it does by default. This can be set using `H2O_WAVE_ADDRESS="https://127.0.0.1:10101"` env variable when starting the Wave app.

### Deployment to separate machines

Although most people deploy their Wave server and Wave app to the same machine, it's not the only way. When deploying to separate machines, the main challenge is to make sure Wave server and Wave app can communicate properly.
Expand Down

0 comments on commit 1206ed7

Please sign in to comment.