notes/IT/Making nginx forward VPN and https traffic on tcp 443.md

5 lines
297 B
Markdown
Raw Normal View History

2024-05-19 15:41:53 +00:00
This file documents my troubleshooting methodology for configuring nginx to reverse proxy https traffic, and reverse proxy non https traffic on tcp/443.
2024-05-19 15:42:53 +00:00
Right now, it appears that I can't do that with one IP because that would require two separate nginx `server`s listening on 443
2024-05-19 15:41:53 +00:00
## IP Aliasing