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:
sko
2026-06-22 04:29:55 +02:00
co-authored by Claude Opus 4.8
parent 41af63b128
commit e510d57239
+1 -1
View File
@@ -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