Explorar o código

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

Bugfix/Correct stream conf
Jacky hai 1 ano
pai
achega
da682cc3d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {