Skip to content

Commit 7c21aa2

Browse files
committed
fix(resources): remove trailing .conf in default nginx stream block
Fix #444
1 parent f41b6bc commit 7c21aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docker/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ events {
1010
}
1111

1212
stream {
13-
include /etc/nginx/streams-enabled/*.conf;
13+
include /etc/nginx/streams-enabled/*;
1414
}
1515

1616
http {

0 commit comments

Comments
 (0)