From a0d3731e15040b3ff4ebd907ef06e3be38dc2d71 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Jul 2023 11:32:22 -0700 Subject: [PATCH] Add the mail section for later. Confirmed that docker is compiled with the mail modules. --- Config/ReverseProxy/config/nginx.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Config/ReverseProxy/config/nginx.conf b/Config/ReverseProxy/config/nginx.conf index 67af638..2be958a 100644 --- a/Config/ReverseProxy/config/nginx.conf +++ b/Config/ReverseProxy/config/nginx.conf @@ -10,8 +10,6 @@ events { worker_connections 1024; } - - http { include /etc/nginx/mime.types; default_type application/octet-stream; @@ -40,3 +38,9 @@ http { ## Reverse Proxied Website Configurations ## include /etc/nginx/conf.d/*; } + +# TBD, going live with HTTP first. +mail { + ## Reverse Proxied Mail Server Configurations ## + include /etc/nginx/mail.conf.d/*; +}