From db8413a9deaaefa83097108ab2bd1e7bf89025eb Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 9 Jul 2023 06:36:37 -0700 Subject: [PATCH] Add a TBD for stream{}. --- Config/ReverseProxy/config/nginx.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Config/ReverseProxy/config/nginx.conf b/Config/ReverseProxy/config/nginx.conf index 640cc50..f74fe5b 100644 --- a/Config/ReverseProxy/config/nginx.conf +++ b/Config/ReverseProxy/config/nginx.conf @@ -44,3 +44,12 @@ mail { ## Reverse Proxied Mail Server Configurations ## #include /etc/nginx/mail.conf.d/*; } + +# TBD, going live with HTTP first. +stream { + ## Service Forwarding and Load Balancing ## + # If this supports the `listen` and `server_name` directives then this may + # be a better choice than mail{} since it will not require an auth server. + # It could also be useful as a frontend for ssh, databases, APIs, etc. + #include /etc/nginx/load.conf.d/*; +}