From 6c3037fccef2137a7fec3d7fa318d5939070d270 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 19 May 2024 09:44:53 -0600 Subject: [PATCH] vault backup: 2024-05-19 09:44:53 --- IT/Making nginx forward VPN and https traffic on tcp 443.md | 4 ++++ 1 file changed, 4 insertions(+) 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