diff --git a/README.md b/README.md index 2565e39..3ab4fff 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ flowchart LR subgraph NH [Nginx-Host] NGX end - NGX -->|"proxy_pass
http://10.0.0.5:3000
(geroutetes Netz / VPN)"| APP + NGX -->|"proxy_pass
http://192.168.254.111:3000
(geroutetes Netz / VPN)"| APP subgraph SH ["Serving Host — feste IP / VPN + eingehender Port nötig"] APP[App :3000] end