Add a TBD for stream{}.
This commit is contained in:
parent
7416971edf
commit
db8413a9de
@ -44,3 +44,12 @@ mail {
|
|||||||
## Reverse Proxied Mail Server Configurations ##
|
## Reverse Proxied Mail Server Configurations ##
|
||||||
#include /etc/nginx/mail.conf.d/*;
|
#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/*;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user