Skip to content

Commit 528e5ef

Browse files
authored
allow custom stream conf
Allow a top-level custom `stream` configuration file to be loaded.
1 parent 72ac549 commit 528e5ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/rootfs/etc/nginx/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ http {
8484
stream {
8585
# Files generated by NPM
8686
include /data/nginx/stream/*.conf;
87+
88+
# Custom
89+
include /data/nginx/custom/stream[.]conf;
8790
}
8891

8992
# Custom

0 commit comments

Comments
 (0)