diff --git a/IT/Making nginx forward VPN and https traffic on tcp 443.md b/IT/Making nginx forward VPN and https traffic on tcp 443.md index 6f94d4f..74bca78 100644 --- a/IT/Making nginx forward VPN and https traffic on tcp 443.md +++ b/IT/Making nginx forward VPN and https traffic on tcp 443.md @@ -1,7 +1,9 @@ This file documents my troubleshooting methodology for configuring nginx to reverse proxy https traffic, and reverse proxy non https traffic on tcp/443. ## Context -I would like to serve https traffic from a server (`192.168.0.6`), +I have an OpenVPN server set up on a Raspberry Pi, running on `192.168.0.2` + +I would like to serve https traffic from a server (`192.168.0.6`) Right now, it appears that I can't do that with one IP because that would require two separate nginx components listening on the same port, or that's what I ascertained from the logs.