Add the mail section for later. Confirmed that docker is compiled with the mail modules.
This commit is contained in:
parent
f55880e0df
commit
a0d3731e15
@ -10,8 +10,6 @@ events {
|
|||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
@ -40,3 +38,9 @@ http {
|
|||||||
## Reverse Proxied Website Configurations ##
|
## Reverse Proxied Website Configurations ##
|
||||||
include /etc/nginx/conf.d/*;
|
include /etc/nginx/conf.d/*;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# TBD, going live with HTTP first.
|
||||||
|
mail {
|
||||||
|
## Reverse Proxied Mail Server Configurations ##
|
||||||
|
include /etc/nginx/mail.conf.d/*;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user