We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119d257 commit 62a811dCopy full SHA for 62a811d
docs/advanced.md
@@ -9,12 +9,12 @@ While this is simple, it has some trade-offs:
9
- No quick rollback once upgraded
10
11
When your app is ready for production, you can enable a simple **traffic
12
-router** to eliminate these issues.
+routing proxy** to eliminate these issues.
13
14
## 🧭 How It Works
15
16
-The traffic router is a lightweight proxy already included with SuperStack that
17
-sits in front of your app. Its responsibilities:
+The "proxy" is a tiny service already included with SuperStack that sits in
+front of your app. Its responsibilities:
18
19
- Route traffic to the correct app
20
- Simplify switching between versions
0 commit comments