Added Stream forwarding support
This commit is contained in:
@ -53,3 +53,7 @@ http {
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /config/nginx/*.conf;
|
||||
}
|
||||
|
||||
stream {
|
||||
include /config/nginx/stream/*.conf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user