docs: Beispiel-Upstream-IP im Mermaid-Diagramm angepasst
10.0.0.5 -> 192.168.254.111 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ flowchart LR
|
|||||||
subgraph NH [Nginx-Host]
|
subgraph NH [Nginx-Host]
|
||||||
NGX
|
NGX
|
||||||
end
|
end
|
||||||
NGX -->|"proxy_pass<br/>http://10.0.0.5:3000<br/>(geroutetes Netz / VPN)"| APP
|
NGX -->|"proxy_pass<br/>http://192.168.254.111:3000<br/>(geroutetes Netz / VPN)"| APP
|
||||||
subgraph SH ["Serving Host — feste IP / VPN + eingehender Port nötig"]
|
subgraph SH ["Serving Host — feste IP / VPN + eingehender Port nötig"]
|
||||||
APP[App :3000]
|
APP[App :3000]
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user