Przeglądaj źródła

fix(resources): remove trailing `.conf` in default nginx stream block

Fix #444
PeterWang-dev 9 miesięcy temu
rodzic
commit
7c21aa2377
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {