allow custom stream conf
Allow a top-level custom `stream` configuration file to be loaded.
This commit is contained in:
parent
72ac549a58
commit
528e5ef3bc
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ http {
|
||||||
stream {
|
stream {
|
||||||
# Files generated by NPM
|
# Files generated by NPM
|
||||||
include /data/nginx/stream/*.conf;
|
include /data/nginx/stream/*.conf;
|
||||||
|
|
||||||
|
# Custom
|
||||||
|
include /data/nginx/custom/stream[.]conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
|
|
Loading…
Reference in a new issue