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/*; +}