Load the `Nginx` config from `stream-enable/` directory.
This commit is contained in:
parent
57647177bf
commit
a434ddaee2
|
@ -87,3 +87,7 @@ http {
|
|||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
}
|
||||
|
||||
stream {
|
||||
include /etc/nginx/stream-enabled/*;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue