Browse Source

Merge pull request #445 from PeterWang-dev/bugfix/correct-stream-conf

Bugfix/Correct stream conf
Jacky 9 tháng trước cách đây
mục cha
commit
da682cc3d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/docker/nginx.conf

+ 1 - 1
resources/docker/nginx.conf

@@ -10,7 +10,7 @@ events {
 }
 
 stream {
-    include /etc/nginx/streams-enabled/*.conf;
+    include /etc/nginx/streams-enabled/*;
 }
 
 http {