clone3 commited on
Commit
b4bed48
·
verified ·
1 Parent(s): ebe6d61

Update etc/nginx/nginx.conf

Browse files
Files changed (1) hide show
  1. etc/nginx/nginx.conf +4 -3
etc/nginx/nginx.conf CHANGED
@@ -25,6 +25,7 @@ http {
25
  include /etc/nginx/conf.d/http/*.conf;
26
  }
27
 
28
- stream {
29
- include /etc/nginx/conf.d/stream/*.conf;
30
- }
 
 
25
  include /etc/nginx/conf.d/http/*.conf;
26
  }
27
 
28
+ # Remove or comment out the stream block if not needed
29
+ # stream {
30
+ # include /etc/nginx/conf.d/stream/*.conf;
31
+ # }