From 3b5e154527fce0332341bf13b26f63318c94a1b8 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 19 May 2024 09:54:54 -0600 Subject: [PATCH] vault backup: 2024-05-19 09:54:54 --- IT/Making nginx forward VPN and https traffic on tcp 443.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 263c70f..9e28cc1 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 @@ -5,7 +5,7 @@ I have an OpenVPN server set up on a Raspberry Pi (`192.168.0.2`) listening on T I have a Debian VM running on `192.168.0.6` that runs an "nginx hub" that I'd like to proxy all web-ish traffic out of my network with. It's currently handling at least one http(s) service running from that same VM, and will probably handle more. -Given I only have one external IP, I want the ability to handle both OpenVPN traffic and https traffic on port TCP/443. I know it's possible to reverse proxy raw t +Given I only have one external IP, I want the ability to handle both OpenVPN traffic and https traffic on port TCP/443. I know it's possible to reverse proxy raw TCP traffic, and it's apparently possible to reverse proxy openvpn traffic through nginx.