Add the mail section for later. Confirmed that docker is compiled with the mail modules.

This commit is contained in:
Hyperling 2023-07-08 11:32:22 -07:00
parent f55880e0df
commit a0d3731e15

View File

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