Преглед изворни кода

allow custom stream conf

Allow a top-level custom `stream` configuration file to be loaded.
Kyle Harding пре 4 година
родитељ
комит
528e5ef3bc
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      docker/rootfs/etc/nginx/nginx.conf

+ 3 - 0
docker/rootfs/etc/nginx/nginx.conf

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