Explorar o código

allow custom stream conf

Allow a top-level custom `stream` configuration file to be loaded.
Kyle Harding %!s(int64=4) %!d(string=hai) anos
pai
achega
528e5ef3bc
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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