Merge pull request #750 from klutchell/klutchell-patch-1

allow custom stream conf
This commit is contained in:
jc21
2021-01-03 20:14:55 +10:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,9 @@ http {
stream {
# Files generated by NPM
include /data/nginx/stream/*.conf;
# Custom
include /data/nginx/custom/stream[.]conf;
}
# Custom