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 4898ec6..85df605 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 @@ -2,5 +2,9 @@ This file documents my troubleshooting methodology for configuring nginx to reve 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. +I modified `/etc/nginx/nginx.conf` to include this block underneath the `http` block: +```nginx + +``` ## IP Aliasing