Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmainguy committed Mar 18, 2024
1 parent 9df88e2 commit 6bf720d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ graph TD;
end
end
end
subgraph "Virtual Machine"
B -->|Websocket| C[soh-router]
C -->|Websocket| D[Docker Container]
D -->|Websocket| E[New Docker Container]
subgraph "Server"
B -->|tcp| C[soh-router]
C -->|tcp| D[Docker Container]
end
```

Explanation:
#### Explanation:

1. The internet traffic comes in and reaches the HAProxy.
2. HAProxy listens on the domain soh.re on ports 80 and 443.
Expand Down

0 comments on commit 6bf720d

Please sign in to comment.