mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
fix(resources): remove trailing .conf in default nginx stream block
Fix #444
This commit is contained in:
@@ -10,7 +10,7 @@ events {
|
||||
}
|
||||
|
||||
stream {
|
||||
include /etc/nginx/streams-enabled/*.conf;
|
||||
include /etc/nginx/streams-enabled/*;
|
||||
}
|
||||
|
||||
http {
|
||||
|
||||
Reference in New Issue
Block a user